[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 07:38:19 PDT 2012


> It depends. What is the root cause? If this is a big bug in libLTO
> that just happens to be hidden for ELF? If so, this is the right
> temporary workaround. If, on the other hand, it is a problem with the
> linker (like not calling lto_codegen_add_must_preserve_symbol when it
> should), then I think this should be made Mach-O only, or even better,
> old linker only.

So, which one is it? Is this a bug on LLVM or a bug in the apple
linker? I really don't think we should disable tests on ELF because of
a bug in the apple linker if that is the case.

Cheers,
Rafael



More information about the llvm-commits mailing list