hanchenye-llvm-project/lld/Common
Sam Clegg 3ad27e92bc Code cleanup in preparation for adding LTO for wasm. NFC.
- Move some common code into Common/rrorHandler.cpp and
  Common/Strings.h.
- Don't use `fatal` when incompatible bitcode files are
  encountered.
- Rename NameRef variable to just Name

See D47162

Differential Revision: https://reviews.llvm.org/D47206

llvm-svn: 333021
2018-05-22 20:20:25 +00:00
..
Args.cpp Handle --plugin-opt= options as alias options. 2018-05-22 02:53:11 +00:00
CMakeLists.txt [coff] Print detailed timing information with /TIME. 2018-01-17 19:16:26 +00:00
ErrorHandler.cpp Code cleanup in preparation for adding LTO for wasm. NFC. 2018-05-22 20:20:25 +00:00
Memory.cpp Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
Reproduce.cpp toString function take a const refs where possible 2017-12-05 16:50:46 +00:00
Strings.cpp Code cleanup in preparation for adding LTO for wasm. NFC. 2018-05-22 20:20:25 +00:00
TargetOptionsCommandFlags.cpp CommandFlags.def -> CommandFlags.inc, leftover after r329840 2018-05-22 06:12:23 +00:00
Threads.cpp Delete dead code. 2017-11-07 23:12:41 +00:00
Timer.cpp Add a missing file header. 2018-01-18 23:46:28 +00:00
Version.cpp