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
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-metadata-attachment-has-type.ll
blob
74e4151b715d992729efc42e14cb11b84fcbc3bf
1
; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck %s
2
; Check common error from old format.
3
4
define void @foo() {
5
; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: invalid metadata-value-metadata roundtrip
6
ret void, !bar !{metadata !0}
7
}
8
!0 = !{}