]> granicus.if.org Git - clang/commitdiff
Explicitly specify triple in driver test from r188660
authorAlexey Samsonov <samsonov@google.com>
Mon, 19 Aug 2013 09:45:19 +0000 (09:45 +0000)
committerAlexey Samsonov <samsonov@google.com>
Mon, 19 Aug 2013 09:45:19 +0000 (09:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188662 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/integrated-as.s

index 11db4cf633599dba470f939bda45d26c9cc4f1c0..824d1b611753db81b4bce792a0e65bb854c6f438 100644 (file)
@@ -8,5 +8,5 @@
 // RUN: not %clang -c -integrated-as -Wa,--compress-debug-sections %s 2>&1 | FileCheck --check-prefix=INVALID %s
 // INVALID: error: unsupported argument '--compress-debug-sections' to option 'Wa,'
 
-// RUN: %clang -### -c -integrated-as %s -fsanitize=address 2>&1 %s | FileCheck --check-prefix=SANITIZE %s
+// RUN: %clang -### -target x86_64-linux-gnu -c -integrated-as %s -fsanitize=address 2>&1 %s | FileCheck --check-prefix=SANITIZE %s
 // SANITIZE: argument unused during compilation: '-fsanitize=address'