File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 13
13
// ASAN: link.exe
14
14
// ASAN: "-debug"
15
15
// ASAN: "-incremental:no"
16
- // ASAN: "{{[^"]*}}clang_rt.asan.lib"
17
- // ASAN: "-wholearchive:{{.*}}clang_rt.asan.lib"
18
- // ASAN: "{{[^"]*}}clang_rt.asan_cxx.lib"
19
- // ASAN: "-wholearchive:{{.*}}clang_rt.asan_cxx.lib"
16
+ // ASAN: "{{[^"]*}}clang_rt.asan_dynamic.lib"
17
+ // ASAN: "-wholearchive:{{.*}}clang_rt.asan_static_runtime_thunk.lib"
20
18
// ASAN: "{{.*}}cl-link{{.*}}.obj"
21
19
22
20
// RUN: %clang_cl -m32 -arch:IA32 --target=i386-pc-win32 /MD /Tc%s -fuse-ld=link -### -fsanitize=address 2>&1 | FileCheck --check-prefix=ASAN-MD %s
23
21
// ASAN-MD: link.exe
24
22
// ASAN-MD: "-debug"
25
23
// ASAN-MD: "-incremental:no"
26
24
// ASAN-MD: "{{.*}}clang_rt.asan_dynamic.lib"
27
- // ASAN-MD: "{{[^"]*}}clang_rt.asan_dynamic_runtime_thunk.lib"
28
25
// ASAN-MD: "-include:___asan_seh_interceptor"
29
26
// ASAN-MD: "-wholearchive:{{.*}}clang_rt.asan_dynamic_runtime_thunk.lib"
30
27
// ASAN-MD: "{{.*}}cl-link{{.*}}.obj"
40
37
// ASAN-DLL: "-dll"
41
38
// ASAN-DLL: "-debug"
42
39
// ASAN-DLL: "-incremental:no"
43
- // ASAN-DLL: "{{.*}}clang_rt.asan_dll_thunk.lib"
40
+ // ASAN-DLL: "{{.*}}clang_rt.asan_dynamic.lib"
41
+ // ASAN-DLL: "-wholearchive:{{.*}}clang_rt.asan_static_runtime_thunk.lib"
44
42
// ASAN-DLL: "{{.*}}cl-link{{.*}}.obj"
45
43
46
44
// RUN: %clang_cl /Zi /Tc%s -fuse-ld=link -### 2>&1 | FileCheck --check-prefix=DEBUG %s
You can’t perform that action at this time.
0 commit comments