]> granicus.if.org Git - clang/commitdiff
Update the test case after r217673
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 12 Sep 2014 13:47:44 +0000 (13:47 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 12 Sep 2014 13:47:44 +0000 (13:47 +0000)
Sorry, committing to multiple repos at once is hard...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217677 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cl-link.c

index 9603c68518bd30553c1c641f0b008c3e6d7aac3a..fa02a4cff0bb123cd1ce8c30b4cd8ee5950c7920 100644 (file)
@@ -24,7 +24,7 @@
 // ASAN-MD: "-debug"
 // ASAN-MD: "-incremental:no"
 // ASAN-MD: "{{.*}}clang_rt.asan_dynamic-i386.lib"
-// ASAN-MD: "{{.*}}clang_rt.asan_uar_thunk-i386.lib"
+// ASAN-MD: "{{.*}}clang_rt.asan_dynamic_runtime_thunk-i386.lib"
 // ASAN-MD: "{{.*}}cl-link{{.*}}.obj"
 
 // RUN: %clang_cl /LD -### /Tc%s 2>&1 | FileCheck --check-prefix=DLL %s