brintos

brintos / llvm-project-archived public Read only

0
0
Text · 252 B · 74e4151 Raw
9 lines · plain
1; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck %s2; Check common error from old format.3 4define void @foo() {5; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: invalid metadata-value-metadata roundtrip6  ret void, !bar !{metadata !0}7}8!0 = !{}9