projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2310c65
)
[asan] Add ucrtbase.dll to the list of DLLs to intercept
author
Reid Kleckner
<rnk@google.com>
Tue, 22 Mar 2016 15:46:50 +0000
(15:46 +0000)
committer
Reid Kleckner
<rnk@google.com>
Tue, 22 Mar 2016 15:46:50 +0000
(15:46 +0000)
Reduces number of test failures in check-asan-dynamic with VS 2015.
llvm-svn: 264061
compiler-rt/lib/interception/interception_win.cc
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/interception/interception_win.cc
b/compiler-rt/lib/interception/interception_win.cc
index
0511ed9
..
efc53dc
100644
(file)
--- a/
compiler-rt/lib/interception/interception_win.cc
+++ b/
compiler-rt/lib/interception/interception_win.cc
@@
-197,6
+197,7
@@
static void **InterestingDLLsAvailable() {
"kernel32.dll",
"msvcr110.dll", // VS2012
"msvcr120.dll", // VS2013
+ "ucrtbase.dll", // Universal CRT
// NTDLL should go last as it exports some functions that we should override
// in the CRT [presumably only used internally].
"ntdll.dll", NULL