[PATCH] D44380: [ELF] - Implement INSERT BEFORE.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 12 06:39:36 PDT 2018
grimar created this revision.
grimar added reviewers: ruiu, espindola.
Herald added subscribers: arichardson, emaste.
This finishes PR35877.
INSERT BEFORE used similar to INSERT AFTER,
it inserts sections before the given target section.
https://reviews.llvm.org/D44380
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
ELF/ScriptParser.cpp
test/ELF/linkerscript/insert-after.test
test/ELF/linkerscript/insert-before.test
test/ELF/linkerscript/insert-broken.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44380.137994.patch
Type: text/x-patch
Size: 5373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180312/f3cf5667/attachment.bin>
More information about the llvm-commits
mailing list