[llvm-commits] [llvm] r166239 - in /llvm/trunk/test/BugPoint: crash-narrowfunctiontest.ll metadata.ll remove_arguments_test.ll

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Oct 25 20:00:32 PDT 2012


> and we'll revert the test workaround when we have a proper solution.

We already have a proper solution for ELF, so I have changed the hack
to be OS X only.

If the decision is ever made to disable internalize, please make sure
that is not done for ELF, as it is a really nice feature to have. I
just bootstrapped clang with LTO, with and without plugin support.
With plugin support the binary is 41MB, without plugin support,
internalize can do more and the binary shrinks to 37 MB.

Cheers,
Rafael



More information about the llvm-commits mailing list