[llvm] r218722 - llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple.

NAKAMURA Takumi geek4civic at gmail.com
Tue Sep 30 17:29:16 PDT 2014


Author: chapuni
Date: Tue Sep 30 19:29:16 2014
New Revision: 218722

URL: http://llvm.org/viewvc/llvm-project?rev=218722&view=rev
Log:
llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple.

Also, remove object-emission. test/DebugInfo/X86 doesn't require it.

Modified:
    llvm/trunk/test/DebugInfo/X86/gmlt.test

Modified: llvm/trunk/test/DebugInfo/X86/gmlt.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/gmlt.test?rev=218722&r1=218721&r2=218722&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/gmlt.test (original)
+++ llvm/trunk/test/DebugInfo/X86/gmlt.test Tue Sep 30 19:29:16 2014
@@ -1,3 +1,2 @@
-; REQUIRES: object-emission
-; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
+; RUN: llc -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
 ; RUN:     | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Inputs/gmlt.ll





More information about the llvm-commits mailing list