[LLVMbugs] [Bug 22996] Difference in relocations with -no-integrated-as
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 24 13:54:54 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=22996
Rafael Ávila de Espíndola <rafael.espindola at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> ---
This reduces to the fact that we resolve
.globl foo
foo:
callq foo
but gas does not and produces a relocation. I think what MC is doing is valid,
since the linker cannot move the call apart from the symbol, so we can compute
the final value.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150324/c4b163dd/attachment.html>
More information about the llvm-bugs
mailing list