Displaying 1 result from an estimated 1 matches for "msvc100".
Did you mean:
msvcr100
2017 Oct 29
3
adding msvcr100.dll interception support to compiler-rt ?
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 ?