[PATCH] D27870: [libFuzzer] Diff 25 - Fix test with shared libraries on Windows.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 09:40:24 PST 2016
mpividori added a comment.
@zturner thanks for your comment.
If I don't add this changes, both the dll and the import library will be created in the bin directory.
I think this is probably happening because of the rule: "CMAKE_CXX_CREATE_SHARED_LIBRARY" that we define.
As previous definitions move the shared library to `lib/Fuzzer/lib` , I decided it would be reasonable to do the same with the dll and import library.
Repository:
rL LLVM
https://reviews.llvm.org/D27870
More information about the llvm-commits
mailing list