mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 05:40:59 +00:00
7 lines
182 B
LLVM
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)
|