llvm-project/lld/lib/ReaderWriter
Saleem Abdulrasool 9cb2badc59 lld: use `std::make_unique` (NFC)
The LLVM code base already uses C++14, use std::make_unique
to avoid the explicit constructor invocation via new and to avoid
spelling out the type twice.
2020-06-03 19:23:13 +00:00
..
MachO lld: use `std::make_unique` (NFC) 2020-06-03 19:23:13 +00:00
YAML Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
CMakeLists.txt Revert "Fix shared lib build." 2019-11-19 12:05:55 +09:00
FileArchive.cpp Fix component build 2019-11-19 11:20:52 +09:00