llvm/lld/wasm
Nikita Popov b8f50abd04 [lld] Remove support for legacy pass manager
This removes options for performing LTO with the legacy pass
manager in LLD. Options that explicitly enable the new pass manager
are retained as no-ops.

Differential Revision: https://reviews.llvm.org/D123219
2022-04-07 10:17:31 +02:00
..
CMakeLists.txt
Config.h [lld] Remove support for legacy pass manager 2022-04-07 10:17:31 +02:00
Driver.cpp [lld] Remove support for legacy pass manager 2022-04-07 10:17:31 +02:00
InputChunks.cpp [lld][WebAssembly] Add --unresolved-symbols=import-dynamic 2022-03-15 15:10:21 -07:00
InputChunks.h
InputElement.h
InputFiles.cpp Fix warnings about variables that are set but only used in debug mode 2022-04-06 10:01:46 +03:00
InputFiles.h
LTO.cpp [lld] Remove support for legacy pass manager 2022-04-07 10:17:31 +02:00
LTO.h
MapFile.cpp
MapFile.h
MarkLive.cpp
MarkLive.h
Options.td [lld] Remove support for legacy pass manager 2022-04-07 10:17:31 +02:00
OutputSections.cpp [lld][WebAssembly] Take advantage of extended const expressions when available 2022-03-15 17:50:05 -07:00
OutputSections.h
OutputSegment.cpp
OutputSegment.h
Relocations.cpp [lld][WebAssembly] Add --unresolved-symbols=import-dynamic 2022-03-15 15:10:21 -07:00
Relocations.h
Symbols.cpp
Symbols.h
SymbolTable.cpp
SymbolTable.h
SyntheticSections.cpp Fix warnings about variables that are set but only used in debug mode 2022-04-06 10:01:46 +03:00
SyntheticSections.h [lld][WebAssembly] Take advantage of extended const expressions when available 2022-03-15 17:50:05 -07:00
Writer.cpp [lld][WebAssembly] Fix crash accessing non-live __tls_base symbol 2022-03-17 13:59:45 -07:00
Writer.h
WriterUtils.cpp
WriterUtils.h