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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 14:30:53 PST 2017


phosek added a comment.

In https://reviews.llvm.org/D37631#958562, @beanz wrote:

> @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.


Thanks, that's useful. Do you know what would be an equivalent of `objcopy --localize-hidden` on Darwin?


https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list