[llvm-dev] adding msvcr100.dll interception support to compiler-rt ?
comic fans via llvm-dev
llvm-dev at lists.llvm.org
Sun Oct 29 07:08:57 PDT 2017
I've found that interception_win.cc line 835:
"msvcr110.dll" //VS2012
"msvcr120.dll" //VS2013
interception is supported by commit 916b81 3 years ago ,
currently I'm build project with msvc100 , application will crash in
un-intercepted free. adding msvcr100.dll to this list makes sanitizer
working correctly , I wonder if compiler rt can including this
msvc100.dll support ?
More information about the llvm-dev
mailing list