[PATCH] D63190: Add -gnu-map option to emit a map file in the GNU-tsyle format.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 02:50:27 PDT 2019


MaskRay added inline comments.


================
Comment at: lld/ELF/Options.td:192
 
+defm gnu_map: Eq<"gnu-map",
+    "Print a link map to the specified file in the same format as GNU gold">;
----------------
Without looking at the documentation, I think people would mostly likely think `-gnu-map` means a GNU ld compatible format.

ld.bfd is GNU ld :) (I have to say `-gold-map` sounds like a weird option name)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63190/new/

https://reviews.llvm.org/D63190





More information about the llvm-commits mailing list