[PATCH] D29607: Handle symbol assignments before the first section switch

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 14:00:56 PST 2017


ruiu added a comment.

Does this always create a dummy section at the beginning of a file?



================
Comment at: ELF/LinkerScript.cpp:779
 
+  // A symbol can be assigned before any section is mention in the linker
+  // script. In an DSO, the symbol values are addresses, so the only important
----------------
mention -> mentioned


https://reviews.llvm.org/D29607





More information about the llvm-commits mailing list