[llvm] r219829 - Correctly handle references to section symbols.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Oct 16 13:16:06 PDT 2014


On 16 October 2014 14:27, Rui Ueyama <ruiu at google.com> wrote:
> This patch seems to have broke out internal test. I'm still investigating,
> but it looks like it made global object's constructors to be called twice in
> some situation. Do you have any idea why this patch could cause such
> behavior?

No, sorry. I wouldn't expect this to have any difference in code
produced by llvm itself. Do you see any use of section symbols in
expressions in the .s? Does it work if you use GAS instead of MC?

Cheers,
Rafael



More information about the llvm-commits mailing list