diff options
| author | Scott Linder <scott@scottlinder.com> | 2018-02-26 21:21:19 +0000 |
|---|---|---|
| committer | Scott Linder <scott@scottlinder.com> | 2018-02-26 21:21:19 +0000 |
| commit | a04793eb933bbcab515862dc9c4da699e1ec7f24 (patch) | |
| tree | 5e0e98b95176ab71c3e86ba078693460e096c1c5 | |
| parent | e5d39e42b9138797134482641bf089eed9a936ef (diff) | |
| download | bcm5719-llvm-a04793eb933bbcab515862dc9c4da699e1ec7f24.tar.gz bcm5719-llvm-a04793eb933bbcab515862dc9c4da699e1ec7f24.zip | |
[DebugInfo] Remove target-specific instructions in test
This AsmParser test is target-agnostic, but contained some target-specific
instructions, which broke on SystemZ.
llvm-svn: 326129
| -rw-r--r-- | llvm/test/MC/AsmParser/debug-empty-source.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/MC/AsmParser/debug-empty-source.s b/llvm/test/MC/AsmParser/debug-empty-source.s index 2f2039cfdae..6720f3b53b3 100644 --- a/llvm/test/MC/AsmParser/debug-empty-source.s +++ b/llvm/test/MC/AsmParser/debug-empty-source.s @@ -1,7 +1,5 @@ // RUN: llvm-mc %s -o -| FileCheck %s .file 1 "dir1" "foo" source "" -.loc 1 1 0 -nop # CHECK: .file {{.*}} source "" |

