[llvm] r278758 - Don't use %llc_dwarf with -mtriple, they don't combine

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 15:54:27 PDT 2016


Author: rnk
Date: Mon Aug 15 17:54:26 2016
New Revision: 278758

URL: http://llvm.org/viewvc/llvm-project?rev=278758&view=rev
Log:
Don't use %llc_dwarf with -mtriple, they don't combine

Modified:
    llvm/trunk/test/DebugInfo/X86/debug-loc-frame.ll

Modified: llvm/trunk/test/DebugInfo/X86/debug-loc-frame.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/debug-loc-frame.ll?rev=278758&r1=278757&r2=278758&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/debug-loc-frame.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/debug-loc-frame.ll Mon Aug 15 17:54:26 2016
@@ -3,7 +3,7 @@
 ; Check that when variables are allocated on the stack we generate debug locations
 ; for the stack location directly instead of generating a register+offset indirection.
 
-; RUN: %llc_dwarf -O2 -filetype=obj -disable-post-ra -mtriple=x86_64-unknown-linux-gnu < %s \
+; RUN: llc -O2 -filetype=obj -disable-post-ra -mtriple=x86_64-unknown-linux-gnu < %s \
 ; RUN: | llvm-dwarfdump - | FileCheck %s
 ;
 ; int data = 17;




More information about the llvm-commits mailing list