llvm-project/lld/COFF
Nico Weber 67d311a5fd [COFF, Mach-O] Include -mllvm options in thinlto cache key
Like D134013, but for COFF and Mach-O.

Also expand the ELF test a bit. I at first didn't realize that `getValue()` for
`-mllvm -foo=bar` would return `-foo=bar` instead of just `bar`, and so
I wrote the test to check if we indeed get this wrong. We don't, but
having the test for it seems nice, so I'm including it.

Differential Revision: https://reviews.llvm.org/D137971
2022-11-14 15:18:09 -05:00
..
CMakeLists.txt Link liblldCOFF against libatomic when necessary 2022-11-03 21:07:43 +01:00
COFFLinkerContext.cpp [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
COFFLinkerContext.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
CallGraphSort.cpp Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan test failures 2021-09-17 17:18:42 -07:00
CallGraphSort.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
Chunks.cpp [lld] Use std::size instead of llvm::array_lengthof 2022-09-09 15:28:30 -06:00
Chunks.h Cleanup: avoid referring to std::vector<T> members when T is incomplete. 2022-09-30 13:05:26 +02:00
Config.h [COFF, Mach-O] Include -mllvm options in thinlto cache key 2022-11-14 15:18:09 -05:00
DLL.cpp [LLD][COFF] Reduce chance of symbol name collision with delay-load 2022-10-03 10:58:45 +03:00
DLL.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
DebugTypes.cpp [lld] Fix duplicate word typos. NFC 2022-11-08 17:28:04 -08:00
DebugTypes.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
Driver.cpp [COFF, Mach-O] Include -mllvm options in thinlto cache key 2022-11-14 15:18:09 -05:00
Driver.h [LLD] [COFF] Add support for a new, mingw specific embedded directive -exclude-symbols: 2022-08-11 11:59:48 +03:00
DriverUtils.cpp [PDB] Don't include input files in the 'cmd' entry of S_ENVBLOCK 2022-11-14 11:31:01 -05:00
ICF.cpp [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
ICF.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
InputFiles.cpp [lld][COFF] Add support for overriding weak symbols in LLVM bitcode input 2022-09-08 13:17:02 -04:00
InputFiles.h [lld-link] Replace LazyObjFile with lazy ObjFile/BitcodeFile 2022-01-04 15:11:44 -08:00
LLDMapFile.cpp Rename parallelForEachN to just parallelFor 2022-06-19 17:49:00 -04:00
LLDMapFile.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
LTO.cpp [COFF, Mach-O] Include -mllvm options in thinlto cache key 2022-11-14 15:18:09 -05:00
LTO.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
MapFile.cpp [LLD][COFF] Support /MAPINFO flag 2022-09-20 14:39:07 -07:00
MapFile.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
MarkLive.cpp [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
MarkLive.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
MinGW.cpp [LLD] [COFF] Add support for a new, mingw specific embedded directive -exclude-symbols: 2022-08-11 11:59:48 +03:00
MinGW.h [LLD] [COFF] Add support for a new, mingw specific embedded directive -exclude-symbols: 2022-08-11 11:59:48 +03:00
Options.td [lld/COFF] Ignore `/ASSEMBLYDEBUG[:NONE]` and `/EMITPOGOPHASEINFO` 2022-10-03 20:38:36 +02:00
PDB.cpp [lld] Fix duplicate word typos. NFC 2022-11-08 17:28:04 -08:00
PDB.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
README.md
SymbolTable.cpp [lld][COFF] Add support for overriding weak symbols in LLVM bitcode input 2022-09-08 13:17:02 -04:00
SymbolTable.h [lld][COFF] Add support for overriding weak symbols in LLVM bitcode input 2022-09-08 13:17:02 -04:00
Symbols.cpp [lld][nfc] Remove lld::demangle() (partial revert of D116279) 2022-10-14 15:28:47 -04:00
Symbols.h [lld][COFF] Add support for overriding weak symbols in LLVM bitcode input 2022-09-08 13:17:02 -04:00
TypeMerger.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00
Writer.cpp [LLD][COFF] Fix absolute & synthetic symbols in COFF symbol table 2022-09-26 11:05:41 +03:00
Writer.h [lld/win] Use C++17 nested namespace syntax in most places 2022-08-08 11:48:12 -04:00

README.md

See docs/NewLLD.rst