[llvm] r326129 - [DebugInfo] Remove target-specific instructions in test
Scott Linder via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 26 13:21:19 PST 2018
Author: scott.linder
Date: Mon Feb 26 13:21:19 2018
New Revision: 326129
URL: http://llvm.org/viewvc/llvm-project?rev=326129&view=rev
Log:
[DebugInfo] Remove target-specific instructions in test
This AsmParser test is target-agnostic, but contained some target-specific
instructions, which broke on SystemZ.
Modified:
llvm/trunk/test/MC/AsmParser/debug-empty-source.s
Modified: llvm/trunk/test/MC/AsmParser/debug-empty-source.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/debug-empty-source.s?rev=326129&r1=326128&r2=326129&view=diff
==============================================================================
--- llvm/trunk/test/MC/AsmParser/debug-empty-source.s (original)
+++ llvm/trunk/test/MC/AsmParser/debug-empty-source.s Mon Feb 26 13:21:19 2018
@@ -1,7 +1,5 @@
// RUN: llvm-mc %s -o -| FileCheck %s
.file 1 "dir1" "foo" source ""
-.loc 1 1 0
-nop
# CHECK: .file {{.*}} source ""
More information about the llvm-commits
mailing list