[PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
ruiu at google.com
Mon May 20 15:26:09 PDT 2013
Hi Bigcheese,
ENTRY command can be used to specify entry point symbol name. This is
basically equivalent to -e command line option. If both ENTRY command
and -e option are used, -e should take precedence.
http://llvm-reviews.chandlerc.com/D833
Files:
include/lld/Core/TargetInfo.h
include/lld/Driver/Driver.h
include/lld/ReaderWriter/ELFTargetInfo.h
include/lld/ReaderWriter/LinkerScript.h
lib/Driver/Driver.cpp
lib/ReaderWriter/ELF/ELFTargetInfo.cpp
lib/ReaderWriter/LinkerScript.cpp
lib/ReaderWriter/ReaderLinkerScript.cpp
test/linker-script.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D833.1.patch
Type: text/x-patch
Size: 10859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130520/af2379b7/attachment.bin>
More information about the llvm-commits
mailing list