llvm-capstone/lld/wasm
Sam Clegg 7bac0bc115
[lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (#66688)
We have been getting errors from emscripten users where including the
name of the symbol that triggered the inclusion would be useful in the
diagnosis. e.g:
https://github.com/emscripten-core/emscripten/issues/20275
2023-09-18 14:11:49 -07:00
..
CMakeLists.txt [Support] Move TargetParsers to new component 2022-12-20 11:05:50 +00:00
Config.h [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) 2023-09-14 14:10:14 -07:00
Driver.cpp [lld][WebAssembly] Add --table-base setting 2023-08-25 16:10:38 -07:00
InputChunks.cpp [wasm-ld] Switch to xxh3_64bits 2023-07-20 10:47:47 -07:00
InputChunks.h [lld] Use std::optional instead of llvm::Optional (NFC) 2023-01-02 18:29:04 -08:00
InputElement.h [lld] Use std::optional instead of llvm::Optional (NFC) 2023-01-02 18:29:04 -08:00
InputFiles.cpp [lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (#66688) 2023-09-18 14:11:49 -07:00
InputFiles.h [lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (#66688) 2023-09-18 14:11:49 -07:00
LTO.cpp [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
LTO.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
MapFile.cpp [lld] Don't include SetVector.h (NFC) 2022-09-17 13:36:15 -07:00
MapFile.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
MarkLive.cpp [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
MarkLive.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
Options.td [lld][WebAssembly] Add --table-base setting 2023-08-25 16:10:38 -07:00
OutputSections.cpp Use llvm::count_if (NFC) 2022-09-03 11:17:35 -07:00
OutputSections.h
OutputSegment.cpp [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
OutputSegment.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
Relocations.cpp [lld][WebAssembly] Initial support for stub libraries 2023-03-23 14:26:27 -07:00
Relocations.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
Symbols.cpp reland: [Demangle] make llvm::demangle take std::string_view rather than const std::string& 2023-06-06 10:18:06 -07:00
Symbols.h [lld][WebAssembly] Initial support for stub libraries 2023-03-23 14:26:27 -07:00
SymbolTable.cpp [lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (#66688) 2023-09-18 14:11:49 -07:00
SymbolTable.h [lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (#66688) 2023-09-18 14:11:49 -07:00
SyntheticSections.cpp [lld][WebAssembly] Add support for -soname 2023-08-15 18:33:45 -07:00
SyntheticSections.h [lld][WebAssembly] Add support for -soname 2023-08-15 18:33:45 -07:00
Writer.cpp [lld][WebAssembly] Add --table-base setting 2023-08-25 16:10:38 -07:00
Writer.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
WriterUtils.cpp [llvm] Add missing StringExtras.h includes 2023-06-25 15:42:22 +01:00
WriterUtils.h [WebAssembly] Second phase of implemented extended const proposal 2022-03-14 08:55:47 -07:00