aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-11-29 18:08:24 +0000
committerEric Christopher <echristo@gmail.com>2012-11-29 18:08:24 +0000
commit1fadc0e17aab9f1e131875f11f29db4a26896685 (patch)
treeece462569484542ea7f38a3e804d5df92d3f5070
parent4f000c34dbde53892bcda30f85ad57580208dcad (diff)
Use newer command line option here.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168908 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Driver/asan-ld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/asan-ld.c b/test/Driver/asan-ld.c
index 4a249d5197..ceb195cb91 100644
--- a/test/Driver/asan-ld.c
+++ b/test/Driver/asan-ld.c
@@ -1,7 +1,7 @@
// Test AddressSanitizer ld flags.
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
-// RUN: -target i386-unknown-linux -faddress-sanitizer \
+// RUN: -target i386-unknown-linux -fsanitize=address \
// RUN: --sysroot=%S/Inputs/basic_linux_tree \
// RUN: | FileCheck --check-prefix=CHECK-LINUX %s
//