[llvm-commits] [llvm] r143735 - /llvm/trunk/test/DebugInfo/pr11300.ll

Rafael Espindola rafael.espindola at gmail.com
Fri Nov 4 13:20:35 PDT 2011


Author: rafael
Date: Fri Nov  4 15:20:34 2011
New Revision: 143735

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

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

Modified: llvm/trunk/test/DebugInfo/pr11300.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/pr11300.ll?rev=143735&r1=143734&r2=143735&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/pr11300.ll (original)
+++ llvm/trunk/test/DebugInfo/pr11300.ll Fri Nov  4 15:20:34 2011
@@ -1,4 +1,4 @@
-; RUN: llc %s -o %t -filetype=obj
+; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
 ; RUN: llvm-dwarfdump %t | FileCheck %s
 
 ; test that the DW_AT_specification is a back edge in the file.





More information about the llvm-commits mailing list