]> granicus.if.org Git - clang/commitdiff
Use newer command line option here.
authorEric Christopher <echristo@gmail.com>
Thu, 29 Nov 2012 18:08:24 +0000 (18:08 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 29 Nov 2012 18:08:24 +0000 (18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168908 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/asan-ld.c

index 4a249d5197a24b347523445749b5a08507713b68..ceb195cb91ca95443371ed2857106b8150e47fb0 100644 (file)
@@ -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
 //