[llvm] r278755 - Adding the triple for test comitted with r278703.

Wolfgang Pieb via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 15:39:39 PDT 2016


Author: wolfgangp
Date: Mon Aug 15 17:39:39 2016
New Revision: 278755

URL: http://llvm.org/viewvc/llvm-project?rev=278755&view=rev
Log:
Adding the triple for test comitted with r278703.

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=278755&r1=278754&r2=278755&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:39:39 2016
@@ -3,7 +3,8 @@
 ; 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 < %s | llvm-dwarfdump - | FileCheck %s
+; RUN: %llc_dwarf -O2 -filetype=obj -disable-post-ra -mtriple=x86_64-unknown-linux-gnu < %s \
+; RUN: | llvm-dwarfdump - | FileCheck %s
 ;
 ; int data = 17;
 ; int sum  = 0;




More information about the llvm-commits mailing list