summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-08-19 09:45:19 +0000
committerAlexey Samsonov <samsonov@google.com>2013-08-19 09:45:19 +0000
commit22735c8a5746a57e7fead19a548dca01c7b75185 (patch)
tree9381f173336885b9b585d34603965cfcc8ab7c85
parent7127300e4101c4f89e9d34b263cf243de52317ff (diff)
downloadbcm5719-llvm-22735c8a5746a57e7fead19a548dca01c7b75185.tar.gz
bcm5719-llvm-22735c8a5746a57e7fead19a548dca01c7b75185.zip
Explicitly specify triple in driver test from r188660
llvm-svn: 188662
-rw-r--r--clang/test/Driver/integrated-as.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/integrated-as.s b/clang/test/Driver/integrated-as.s
index 11db4cf6335..824d1b61175 100644
--- a/clang/test/Driver/integrated-as.s
+++ b/clang/test/Driver/integrated-as.s
@@ -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'
OpenPOWER on IntegriCloud