[PATCH] [lld] COFF: Implement /lldmap flag.

Peter Collingbourne peter at pcc.me.uk
Fri Jun 26 11:26:54 PDT 2015


Hi ruiu,

This flag can be used to produce a map file, which is essentially a list
of objects linked into the final output file together with the RVAs of
their symbols. Because our format differs from MSVC's we expose it as a
separate flag.

http://reviews.llvm.org/D10773

Files:
  COFF/Driver.cpp
  COFF/Options.td
  COFF/SymbolTable.cpp
  COFF/SymbolTable.h
  COFF/Symbols.h
  test/COFF/lldmap.test

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10773.28581.patch
Type: text/x-patch
Size: 3178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150626/6cbb3097/attachment.bin>


More information about the llvm-commits mailing list