llvm-project/lld/COFF
Rui Ueyama 9d9bdabee3 Ignore /natvis option for now.
/natvis is a new command line option introduced by MSVC 2017.
We eventually have to support it, but for now, let's ignore it so that
we can at least link stuff instead of printing out an error.

Patch by Michael Rickert.

llvm-svn: 312966
2017-09-11 22:24:13 +00:00
..
CMakeLists.txt Integrate manifest merging library into LLD. 2017-08-22 03:15:28 +00:00
Chunks.cpp [COFF] Add support for aligncomm directives 2017-08-14 19:07:27 +00:00
Chunks.h [COFF] Add support for aligncomm directives 2017-08-14 19:07:27 +00:00
Config.h COFF: Implement ThinLTO cache and cache pruning support. 2017-09-08 00:50:50 +00:00
DLL.cpp [COFF] Add support for delay loading DLLs on ARM 2017-07-25 20:00:37 +00:00
DLL.h Revert "Merge IAT and ILT." 2017-06-02 18:49:38 +00:00
Driver.cpp Ignore /natvis option for now. 2017-09-11 22:24:13 +00:00
Driver.h lld-link: Add --rsp-quoting= flag. 2017-09-05 23:46:45 +00:00
DriverUtils.cpp Fix crbug 759265 by suppressing llvm mt warnings. 2017-09-06 01:50:36 +00:00
Error.cpp [lld/pdb] Add some basic linker module symbols. 2017-07-10 21:01:37 +00:00
Error.h [lld/pdb] Add some basic linker module symbols. 2017-07-10 21:01:37 +00:00
ICF.cpp Fix the sanitizer-windows bot. 2017-05-24 20:32:23 +00:00
InputFiles.cpp COFF: simplify thunk handling (NFC) 2017-09-01 23:35:43 +00:00
InputFiles.h COFF: simplify thunk handling (NFC) 2017-09-01 23:35:43 +00:00
LTO.cpp COFF: Implement ThinLTO cache and cache pruning support. 2017-09-08 00:50:50 +00:00
LTO.h COFF: Implement ThinLTO cache and cache pruning support. 2017-09-08 00:50:50 +00:00
MapFile.cpp Add {Obj,Import,Bitcode}File::Instances to COFF input files. 2017-07-27 00:45:26 +00:00
MapFile.h COFF: Change the /lldmap output format to be more like the ELF linker. 2017-01-14 03:14:46 +00:00
MarkLive.cpp [COFF] Allow debug info to relocate against discarded symbols 2017-06-28 17:06:35 +00:00
Memory.h Remove lld/Support/Memory.h. 2016-12-18 14:06:06 +00:00
Options.td Ignore /natvis option for now. 2017-09-11 22:24:13 +00:00
PDB.cpp [LLD COFF/PDB] Incrementally update the build id. 2017-08-15 21:31:41 +00:00
PDB.h [LLD COFF/PDB] Incrementally update the build id. 2017-08-15 21:31:41 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Strings.cpp Fix build breakage. 2017-06-19 18:04:34 +00:00
Strings.h COFF: Define overloaded toString functions. 2016-12-07 23:17:02 +00:00
SymbolTable.cpp COFF: simplify thunk handling (NFC) 2017-09-01 23:35:43 +00:00
SymbolTable.h COFF: simplify thunk handling (NFC) 2017-09-01 23:35:43 +00:00
Symbols.cpp [PDB] Write public symbol records and the publics hash table 2017-07-27 18:25:59 +00:00
Symbols.h [COFF] Add support for aligncomm directives 2017-08-14 19:07:27 +00:00
Writer.cpp Remove Symtab aliases. 2017-08-28 21:51:07 +00:00
Writer.h Remove Symtab aliases. 2017-08-28 21:51:07 +00:00

README.md

See docs/NewLLD.rst