We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c13862 commit ec76c94Copy full SHA for ec76c94
compiler-rt/CMakeLists.txt
@@ -380,7 +380,7 @@ endif()
380
if(MSVC)
381
382
# asan on windows only supports the release dll version of the runtimes, in the interest of
383
- # only having one asan dll to support/test, having asan statically linked
+ # only having one asan dll to support/test. Having asan statically linked
384
# with the runtime might be possible, but it multiplies the number of scenerios to test.
385
# the program USING sanitizers can use whatever version of the runtime it wants to.
386
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreadedDLL)
0 commit comments