From eb575bcf852f68201d44cc6ece5351d4e6fc3b97 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 19 Aug 2013 09:45:19 +0000 Subject: [PATCH] Explicitly specify triple in driver test from r188660 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188662 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/integrated-as.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/integrated-as.s b/test/Driver/integrated-as.s index 11db4cf633..824d1b6117 100644 --- a/test/Driver/integrated-as.s +++ b/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' -- 2.40.0