[PATCH] D28911: [LinkerScript] WIP: Implement `MEMORY` command
Meador Inge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 12:14:20 PST 2017
meadori created this revision.
Hi All,
This is a work in progress patch for implementing the `MEMORY` command as specified here:
- https://sourceware.org/binutils/docs/ld/MEMORY.html
TODO:
1. Add tests.
2. Implement application of memory region attributes.
I am submitting this as a WIP to get feedback on the general direction.
https://reviews.llvm.org/D28911
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28911.85004.patch
Type: text/x-patch
Size: 4915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170119/7aa8b651/attachment.bin>
More information about the llvm-commits
mailing list