llvm-project/lld/COFF
Hans Wennborg 1818e65aad COFF: Support both /lldmap and /lldmap:<file>
The former option bases the filename on the output name, e.g. if the
link output is a.exe, the map will be written to a.map. This matches the
behaviour of link.exe's /MAP option and is useful for creating a map
file of each executable when building a large project.

Differential Revision: https://reviews.llvm.org/D27595

llvm-svn: 289271
2016-12-09 20:54:44 +00:00
..
CMakeLists.txt COFF: Define overloaded toString functions. 2016-12-07 23:17:02 +00:00
Chunks.cpp Remove unnecessary `llvm::`. 2016-12-08 20:50:47 +00:00
Chunks.h Port parallel ICF to COFF. 2016-12-02 08:03:58 +00:00
Config.h Do plumbing work for CodeView debug info. 2016-11-21 17:22:35 +00:00
DLL.cpp Update for LLVM function name change. 2016-01-14 20:53:50 +00:00
DLL.h Make these headers as being c++. 2015-08-14 14:12:54 +00:00
Driver.cpp COFF: Support both /lldmap and /lldmap:<file> 2016-12-09 20:54:44 +00:00
Driver.h COFF: Use a string saver in Memory.h in Driver. 2016-12-08 21:27:09 +00:00
DriverUtils.cpp COFF: Use a string saver in Memory.h in Driver. 2016-12-08 21:27:09 +00:00
Error.cpp Start using make() in COFF (with a smaller change.) 2016-12-08 19:10:28 +00:00
Error.h Needed change to lld for the changes to libObject/Archive interfaces now returning Expected<> 2016-08-03 21:58:48 +00:00
ICF.cpp Port parallel ICF to COFF. 2016-12-02 08:03:58 +00:00
InputFiles.cpp COFF: Move a call to toString() out of the hot path. 2016-12-09 20:51:33 +00:00
InputFiles.h Revert r289084: Start using make() in COFF. 2016-12-08 18:49:04 +00:00
Librarian.cpp Remove unnecessary `llvm::`. 2016-12-08 20:50:47 +00:00
MarkLive.cpp COFF: Move markLive() from Writer.cpp to its own file. 2015-09-19 21:36:28 +00:00
ModuleDef.cpp Fix -Wunused-private-field. 2016-12-08 21:49:18 +00:00
Options.td COFF: Support both /lldmap and /lldmap:<file> 2016-12-09 20:54:44 +00:00
PDB.cpp Add type records to TPI stream. 2016-12-09 04:46:54 +00:00
PDB.h Emit Section Contributions. 2016-11-12 00:00:51 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Strings.cpp Fix Windows buildbots. 2016-12-07 23:24:32 +00:00
Strings.h COFF: Define overloaded toString functions. 2016-12-07 23:17:02 +00:00
SymbolTable.cpp COFF: Use make() in SymbolTable and Writer. 2016-12-09 02:13:12 +00:00
SymbolTable.h COFF: Use make() in SymbolTable and Writer. 2016-12-09 02:13:12 +00:00
Symbols.cpp COFF: Use make() to create a new file object in createFile. 2016-12-08 20:20:22 +00:00
Symbols.h COFF: Use make() to create a new file object in createFile. 2016-12-08 20:20:22 +00:00
Writer.cpp COFF: Use make() in SymbolTable and Writer. 2016-12-09 02:13:12 +00:00
Writer.h Re-submit r283825: Add section header stream to PDB. 2016-10-11 19:45:07 +00:00

README.md

See docs/NewLLD.rst