[PATCH] D27869: [libFuzzer] Diff 24 - Use clang as linker in Windows, to properly include sanitizer libraries.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 16:17:20 PST 2016


kcc added inline comments.


================
Comment at: lib/Fuzzer/test/CMakeLists.txt:41
 
+if(MSVC)
+  # In order to use the sanitizers in Windows, we need to link against many
----------------
sounds wrong. 
why we can't have this in the clang driver? 


Repository:
  rL LLVM

https://reviews.llvm.org/D27869





More information about the llvm-commits mailing list