mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
9 lines
252 B
LLVM
9 lines
252 B
LLVM
|
; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck %s
|
||
|
; Check common error from old format.
|
||
|
|
||
|
define void @foo() {
|
||
|
; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: invalid metadata-value-metadata roundtrip
|
||
|
ret void, !bar !{metadata !0}
|
||
|
}
|
||
|
!0 = !{}
|