[PATCH] D27870: [libFuzzer] Diff 25 - Fix test with shared libraries on Windows.

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 15:03:50 PST 2016


beanz added a comment.

In most of LLVM & Clang this is done inside `llvm_add_library`. Buried in there we have a call to `set_output_directory`, which sets everything up.

libFuzzer could add a call to `set_output_directory`, or it could implement its library add to use `llvm_add_library` instead of calling `add_library` directly.


Repository:
  rL LLVM

https://reviews.llvm.org/D27870





More information about the llvm-commits mailing list