[PATCH] D38239: [ELF] - Define linkerscript symbols early.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 06:44:40 PDT 2017


grimar added inline comments.


================
Comment at: ELF/LinkerScript.cpp:183-185
+  if (!CurAddressState)
+    return B ? B : addDummyRegular(Cmd);
+  return addRegular(Cmd);
----------------
ruiu wrote:
> I do not understand this change.
I reimplemented some parts. Does new version look better ?


https://reviews.llvm.org/D38239





More information about the llvm-commits mailing list