From: Timur Iskhodzhanov Date: Fri, 12 Sep 2014 13:47:44 +0000 (+0000) Subject: Update the test case after r217673 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a896fbedbe4828c5a1e800f24a517ee9de7c8040;p=clang Update the test case after r217673 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 --- diff --git a/test/Driver/cl-link.c b/test/Driver/cl-link.c index 9603c68518..fa02a4cff0 100644 --- a/test/Driver/cl-link.c +++ b/test/Driver/cl-link.c @@ -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