[PATCH] D26888: [ELF] - Implemented -N, --norosegment flags.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 19 08:48:05 PST 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael, emaste.
grimar added subscribers: llvm-commits, grimar, evgeny777.
-N should be useful for FreeBSD boot loaders.
Patch also implements --norosegment (we apply --rosegment by default),
as that option is very close.
https://reviews.llvm.org/D26888
Files:
ELF/Config.h
ELF/Driver.cpp
ELF/Options.td
ELF/Writer.cpp
test/ELF/segments.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26888.78627.patch
Type: text/x-patch
Size: 8113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161119/c832fbbb/attachment.bin>
More information about the llvm-commits
mailing list