From: Scott Linder Date: Mon, 26 Feb 2018 21:21:19 +0000 (+0000) Subject: [DebugInfo] Remove target-specific instructions in test X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a04793eb933bbcab515862dc9c4da699e1ec7f24;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/llvm/test/MC/AsmParser/debug-empty-source.s b/llvm/test/MC/AsmParser/debug-empty-source.s index 2f2039c..6720f3b 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 ""