[PATCH] D84947: Add libFuzzer shared object build output

Ian Eldred Pudney via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 13:42:04 PDT 2020


IanPudney added a comment.

So it looks like the bug in question was pre-existing, and this change just exposes it. Specifically, when building with Ninja instead of Makefiles, the code path for statically linking libc++ isn't actually hit. Rather, the fallthrough "normal" code path is hit. I've confirmed this by verifying that the assemblies produced before my change with Ninja still want regular libc++.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84947/new/

https://reviews.llvm.org/D84947



More information about the llvm-commits mailing list