[llvm-commits] [llvm] r131169 - /llvm/trunk/test/DebugInfo/debug_frame.ll

Rafael Espindola rafael.espindola at gmail.com
Tue May 10 16:14:29 PDT 2011


Author: rafael
Date: Tue May 10 18:14:29 2011
New Revision: 131169

URL: http://llvm.org/viewvc/llvm-project?rev=131169&view=rev
Log:
Add triple.

Modified:
    llvm/trunk/test/DebugInfo/debug_frame.ll

Modified: llvm/trunk/test/DebugInfo/debug_frame.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/debug_frame.ll?rev=131169&r1=131168&r2=131169&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/debug_frame.ll (original)
+++ llvm/trunk/test/DebugInfo/debug_frame.ll Tue May 10 18:14:29 2011
@@ -1,4 +1,4 @@
-; RUN: llc %s -o - | FileCheck %s
+; RUN: llc %s -mtriple=i686-pc-linux-gnu -o - | FileCheck %s
 
 ; Test that we produce a .debug_frame, not an .eh_frame
 





More information about the llvm-commits mailing list