[PATCH] D27869: [libFuzzer] Diff 24 - Use clang as linker in Windows, to properly include sanitizer libraries.
George Karpenkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 13:04:14 PDT 2017
george.karpenkov added a comment.
@kcc @rnk I am looking at this change now, as it makes porting to `compiler-rt` more difficult.
In all other tests (asan/tsan/etc) test runtime is linked together with the executable instead, which contains all the libraries injected by the driver.
If we do that, would it be possible to not apply this change?
Repository:
rL LLVM
https://reviews.llvm.org/D27869
More information about the llvm-commits
mailing list