[PATCH] D28617: Implement -Map

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 14:09:33 PST 2017


ruiu added a reviewer: pcc.
ruiu added a comment.

Added pcc as he implemented a similar feature for COFF. It is good for us to make him take a look.



================
Comment at: lld/ELF/MapFile.cpp:13
+// symbol.
+//
+//===----------------------------------------------------------------------===//
----------------
An example of an output would be appreciated. You can copy some part of the test here.


================
Comment at: lld/ELF/MapFile.cpp:15
+//===----------------------------------------------------------------------===//
+#include "MapFile.h"
+#include "InputFiles.h"
----------------
Add a blank line.


https://reviews.llvm.org/D28617





More information about the llvm-commits mailing list