repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Recommit r310809 with a fix for the spill problem
[llvm-core.git]
/
test
/
Verifier
/
dbg-invalid-named-metadata.ll
blob
d31e0da580748d0b20417c5ac824e55ff68cd8a1
1
; RUN: not llvm-as -disable-output <%s 2>&1 | FileCheck %s
2
; CHECK: assembly parsed, but does not verify
3
4
!llvm.module.flags = !{!0}
5
!llvm.dbg.the_dbg_namespace_is_reserved = !{}
6
7
!0 = !{i32 2, !"Debug Info Version", i32 3}