diff options
Diffstat (limited to 'test/Assembler/invalid-mdlocation-missing-scope-2.ll')
-rw-r--r-- | test/Assembler/invalid-mdlocation-missing-scope-2.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Assembler/invalid-mdlocation-missing-scope-2.ll b/test/Assembler/invalid-mdlocation-missing-scope-2.ll new file mode 100644 index 0000000..3b267c9 --- /dev/null +++ b/test/Assembler/invalid-mdlocation-missing-scope-2.ll @@ -0,0 +1,4 @@ +; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s + +; CHECK: <stdin>:[[@LINE+1]]:25: error: missing required field 'scope' +!0 = !MDLocation(line: 7) |