[PATCH] D27070: Implement STARTUP linker script command.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 15:42:55 PST 2016


davide added inline comments.


================
Comment at: ELF/Driver.cpp:695
+// This is for linker script STARTUP command. If STARTUP(foo.o) is
+// specified, LLD reorders input files so that foo.o becomes the first
+// object file to be linked, assuming that the file's .text section
----------------
Nit: `lld` not `LLD`.


https://reviews.llvm.org/D27070





More information about the llvm-commits mailing list