[llvm] r185882 - Don't run internalize if we're outputing bit-code and not an object file.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Aug 8 09:46:45 PDT 2013


> I don't understand: how does output format affect symbol visibility?


I agree.
This looks like a bug in the linker. It should be marking every symbol
as needed with -r, in which case internalize is a nop.

> -Chris
>

Cheers,
Rafael



More information about the llvm-commits mailing list