[PATCH] D22604: [ELF] - Initial support of tree-style linker script implemented.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 16:50:43 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, evgeny777.
Approach uses LLVM-style RTTI for representing the linker script
commands in a form of tree for future simplification of parsing.
Core idea and code sample belongs to Rui Ueyama.
https://reviews.llvm.org/D22604
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22604.64795.patch
Type: text/x-patch
Size: 7889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160720/d1b1d3e8/attachment.bin>
More information about the llvm-commits
mailing list