[PATCH] D37477: [ELF] - Linkerscript: implement REGION_ALIAS.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 08:07:10 PDT 2017
grimar created this revision.
Herald added a subscriber: emaste.
REGION_ALIAS(alias, region)
Alias names can be added to existing memory regions created with
the MEMORY command. Each name corresponds to at most one
memory region.
Used in many scripts that can be found in the wild.
Patch implements it.
https://reviews.llvm.org/D37477
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
ELF/ScriptParser.cpp
test/ELF/linkerscript/region-alias.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37477.113861.patch
Type: text/x-patch
Size: 6745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170905/10f72b92/attachment.bin>
More information about the llvm-commits
mailing list