Use newer command line option here.

llvm-svn: 168908
This commit is contained in:
Eric Christopher 2012-11-29 18:08:24 +00:00
parent 5535598bbc
commit a0f27b3e2c
1 changed files with 1 additions and 1 deletions

View 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
//