[llvm-commits] [llvm] r162435 - /llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll

Eric Christopher echristo at apple.com
Thu Aug 23 00:18:47 PDT 2012


Author: echristo
Date: Thu Aug 23 02:18:46 2012
New Revision: 162435

URL: http://llvm.org/viewvc/llvm-project?rev=162435&view=rev
Log:
Make this darwin specific to try to silence the bots.

Modified:
    llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll

Modified: llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll?rev=162435&r1=162434&r2=162435&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-04-13-PubType.ll Thu Aug 23 02:18:46 2012
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -asm-verbose -darwin-gdb-compat < %s | FileCheck %s
+; RUN: llc -O0 -asm-verbose -darwin-gdb-compat -mtriple=x86_64-macosx < %s | FileCheck %s
 ; CHECK-NOT: .asciz "X" ## External Name
 ; CHECK: .asciz "Y" ## External Name
 ; Test to check type with no definition is listed in pubtypes section.





More information about the llvm-commits mailing list