[PATCH] D33327: Use linker script commands in writeMapFile

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 11:03:44 PDT 2017


ruiu added inline comments.


================
Comment at: ELF/Writer.cpp:294
+  // commands.
+  OutputSections.clear();
+
----------------
The only thing we have below is writeMapFile, so it's probably too late to do this. I'd move this up or remove.


https://reviews.llvm.org/D33327





More information about the llvm-commits mailing list