search for: 9a5c09dc

Displaying 2 results from an estimated 2 matches for "9a5c09dc".

2015 Feb 19
3
[LLVMdev] [lld] Undefined symbols postprocessing
...ingRef` name of the undefined symbol, what reaction should be? Should it return new symbols to add back to the caller as `const Atom*`? Thanks, Denis. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150219/9a5c09dc/attachment.html>
2015 Feb 18
6
[LLVMdev] [lld] Undefined symbols postprocessing
Hi everyone, In lld, I need to conditionally add symbols (like GLOBAL_OFFSET_TABLE) during static linking because they may be used by relocations (R_ARM_TLS_IE32) or by some other stuff like STT_GNU_IFUNC symbols. The problem is that now symbols are added in a declarative way by specifying in ExecutableWriter::addDefaultAtoms() override. At that stage, there's no way to determine if