llvm-project/lld/wasm
Reid Kleckner 213aea4c58 Remove unused Endian.h includes, NFC
Mainly avoids including Host.h everywhere:

$ diff -u <(sort thedeps-before.txt) <(sort thedeps-after.txt) \
    | grep '^[-+] ' | sort | uniq -c | sort -nr
   3141 - /usr/local/google/home/rnk/llvm-project/llvm/include/llvm/Support/Host.h
2020-03-11 15:45:34 -07:00
..
CMakeLists.txt
Config.h
Driver.cpp Remove unused Endian.h includes, NFC 2020-03-11 15:45:34 -07:00
InputChunks.cpp
InputChunks.h
InputEvent.h
InputFiles.cpp [WebAssembly] Use llvm::Optional to store optional symbol attributes. NFC. 2020-02-19 17:25:33 -08:00
InputFiles.h [lld][WebAssembly] Fail if bitcode objects are pulled in after LTO 2020-02-11 17:36:15 -08:00
InputGlobal.h
LTO.cpp [WebAssembly] Use llvm::Optional to store optional symbol attributes. NFC. 2020-02-19 17:25:33 -08:00
LTO.h
MarkLive.cpp
MarkLive.h
Options.td [lld][WebAssembly] Add support for --rsp-quoting 2020-03-04 11:41:33 -08:00
OutputSections.cpp
OutputSections.h
OutputSegment.h
Relocations.cpp [lld][WebAssembly] Allow symbols with explict import names to be undefined at link time. 2020-02-19 18:02:49 -08:00
Relocations.h
SymbolTable.cpp [lld][WebAssembly] Handle mixed strong and weak undefined symbols 2020-02-28 10:16:10 -08:00
SymbolTable.h [WebAssembly] Use llvm::Optional to store optional symbol attributes. NFC. 2020-02-19 17:25:33 -08:00
Symbols.cpp [WebAssembly] Teach lld how to demangle "__main_argc_argv". 2020-02-27 07:55:01 -08:00
Symbols.h [lld][WebAssembly] Handle mixed strong and weak undefined symbols 2020-02-28 10:16:10 -08:00
SyntheticSections.cpp [lld][WebAssembly] Handle mixed strong and weak undefined symbols 2020-02-28 10:16:10 -08:00
SyntheticSections.h
Writer.cpp
Writer.h
WriterUtils.cpp
WriterUtils.h