[PATCH] D23751: [ELF] Linkerscript: define symbols outside SECTIONS
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 01:33:56 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/LinkerScript.cpp:261
@@ -260,2 +260,3 @@
template <class ELFT>
+void LinkerScript<ELFT>::createSymbols() {
----------------
Please add a comment saying that this function handles symbol definitions outside SECTIONS command.
https://reviews.llvm.org/D23751
More information about the llvm-commits
mailing list