]> granicus.if.org Git - clang/commitdiff
Force triple; this test was failing on non-darwin platforms due to different
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 21 Oct 2009 19:59:43 +0000 (19:59 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 21 Oct 2009 19:59:43 +0000 (19:59 +0000)
asm comment styles (## vs #).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84777 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2009-10-20-GlobalDebug.c

index 33d89f1204678ed7a66a3db16c88830471a75697..eea3fb5307b4326b16af8c7309b8d6873d7b6907 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -S -g -dA %s -o - | FileCheck %s
+// RUN: clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
 int global;
 // CHECK: asciz  "global"                                    ## DW_AT_MIPS_linkage_name
 int main() { return 0;}