[PATCH] D37631: [libFuzzer] Support using libc++

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 10:09:06 PST 2017


beanz added a comment.

@phosek On darwin ld64 supports the flags `-all_load` and `-force_load` which work similarly to `--whole-archive`. The ld64 manpage has the documentation for those options.


https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list