summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-link.c
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-09-11 11:45:31 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-09-11 11:45:31 +0000
commit3b6adcb63a91e1ee8a94476f099a2c504ff16868 (patch)
tree0c6c0138334d9dbdbf9eb70bc9eb71c0be18d6fd /clang/test/Driver/cl-link.c
parent2d4d8cb3295dd419019c4afab0f733cc992735a9 (diff)
downloadbcm5719-llvm-3b6adcb63a91e1ee8a94476f099a2c504ff16868.tar.gz
bcm5719-llvm-3b6adcb63a91e1ee8a94476f099a2c504ff16868.zip
Fix the ASan dll_thunk path
llvm-svn: 190516
Diffstat (limited to 'clang/test/Driver/cl-link.c')
-rw-r--r--clang/test/Driver/cl-link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/cl-link.c b/clang/test/Driver/cl-link.c
index b789c248239..24e0702c8ab 100644
--- a/clang/test/Driver/cl-link.c
+++ b/clang/test/Driver/cl-link.c
@@ -29,5 +29,5 @@
// ASAN-DLL: "-dll"
// ASAN-DLL: "-debug"
// ASAN-DLL: "-incremental:no"
-// ASAN-DLL: "{{.*}}clang_rt.asan-i386-dll_thunk.lib"
+// ASAN-DLL: "{{.*}}clang_rt.asan_dll_thunk-i386.lib"
// ASAN-DLL: "{{.*}}cl-link{{.*}}.obj"
OpenPOWER on IntegriCloud