[PATCH] D32289: [ELF] - Linkerscript: support combination of linkerscript and --compress-debug-sections.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 02:01:50 PDT 2017


grimar added inline comments.


================
Comment at: ELF/OutputSections.cpp:154
 
+  // The actual offsets will be computed during assignAddresses. For now, use
+  // crude approximation so that it is at least easy for other code to know the
----------------
ruiu wrote:
> during -> by
Done.


https://reviews.llvm.org/D32289





More information about the llvm-commits mailing list