[PATCH] D27870: [libFuzzer] Diff 25 - Fix test with shared libraries on Windows.
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 09:29:38 PST 2016
zturner added a comment.
But isn't the DLL now going into the lib directory too? I thought the DLL should go into the bin directory. This is how it works by default for clang and lldb. clang puts libclang.lib into lib/ and libclang.dll into bin/. Similarly for lldb. What are we doing differently that makes this not possible?
Repository:
rL LLVM
https://reviews.llvm.org/D27870
More information about the llvm-commits
mailing list