repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
Bitcode
/
mdstring-high-bits.ll
blob
0d8fdeb9596c27799d42d14dcec395145575450e
1
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
3
; PR21882: confirm we don't crash when high bits are set in a character in a
4
; metadata string.
5
6
; CHECK: !name = !{!0}
7
!name = !{!0}
8
; CHECK: !0 = !{!"\80"}
9
!0 = !{!"\80"}