search for: 4be5759f

Displaying 2 results from an estimated 2 matches for "4be5759f".

2013 Aug 22
0
[LLVMdev] defining symbols with lld
.... The resolver wouldn't need any special handling for this, and the backend would just need to evaluate the expression at the end. - Michael Spencer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130822/4be5759f/attachment.html>
2013 Aug 22
2
[LLVMdev] defining symbols with lld
Hi Nick, I am planning to work on adding support for definining expressions for the Gnu flavor. Currently Gnu ld supports an option --defsym symbol=expression. The expression may be composed of other symbols. Any symbol that appears in the expression, gets its value from the output symbol value (address of the symbol in the output file). In addition the symbol only gets defined if and only