diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-06-09 19:06:30 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-06-09 19:06:30 +0000 |
| commit | 85d8b2bbe386bcfe669575d05b61482d7be07e5d (patch) | |
| tree | 1dc5e75ab222a9ead44c699eceafab7a6ca7b310 /test/Assembler/invalid-dilocation-missing-scope.ll | |
| parent | 5a5ac124e1efaf208671f01c46edb15f29ed2a0b (diff) | |
Notes
Diffstat (limited to 'test/Assembler/invalid-dilocation-missing-scope.ll')
| -rw-r--r-- | test/Assembler/invalid-dilocation-missing-scope.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Assembler/invalid-dilocation-missing-scope.ll b/test/Assembler/invalid-dilocation-missing-scope.ll new file mode 100644 index 000000000000..fb0cd866dc16 --- /dev/null +++ b/test/Assembler/invalid-dilocation-missing-scope.ll @@ -0,0 +1,4 @@ +; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s + +; CHECK: <stdin>:[[@LINE+1]]:18: error: missing required field 'scope' +!0 = !DILocation() |
