]> granicus.if.org Git - clang/commitdiff
test: add an explicit triple
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 5 Jan 2017 16:36:15 +0000 (16:36 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 5 Jan 2017 16:36:15 +0000 (16:36 +0000)
Not all targets use the integrated assembler.  Specify a triple to
ensure we use the integrated as for this.

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

test/CodeGen/inline-asm-inclusion.c

index 8242dfb369981c7157b7850f88808e8dbbbe3d5e..1d06c1ff9707fbd3a30cfaffb7f0ec7a993a0ae4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -I %p/include -S -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple i686--- -I %p/include -S -o - %s | FileCheck %s
 
 __asm__(".include \"module.x\"");
 void function(void) {