r217677 - Update the test case after r217673
Timur Iskhodzhanov
timurrrr at google.com
Fri Sep 12 06:47:45 PDT 2014
Author: timurrrr
Date: Fri Sep 12 08:47:44 2014
New Revision: 217677
URL: http://llvm.org/viewvc/llvm-project?rev=217677&view=rev
Log:
Update the test case after r217673
Sorry, committing to multiple repos at once is hard...
Modified:
cfe/trunk/test/Driver/cl-link.c
Modified: cfe/trunk/test/Driver/cl-link.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cl-link.c?rev=217677&r1=217676&r2=217677&view=diff
==============================================================================
--- cfe/trunk/test/Driver/cl-link.c (original)
+++ cfe/trunk/test/Driver/cl-link.c Fri Sep 12 08:47:44 2014
@@ -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
More information about the cfe-commits
mailing list