llvm-6502/test/Verifier/module-flags-3.ll
2015-02-16 08:14:22 +00:00

7 lines
182 B
LLVM

; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
!llvm.module.flags = !{!0}
!0 = !{i32 1, null, null}
; CHECK: invalid ID operand in module flag (expected metadata string)