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
Paths
| Differential D47206
Code cleanup in preparation for adding LTO for wasm. NFC. ClosedPublic Authored by sbc100 on May 22 2018, 9:46 AM.
Details Summary Move some common code into Common/rrorHandler.cpp and Don't use fatal when incompatible bitcode files are Rename NameRef variable to just Name. See D47162
Diff Detail
Event Timelinesbc100 retitled this revision from Code cleanup in preparation for adding LTO for wasm to Code cleanup in preparation for adding LTO for wasm. NFC..May 22 2018, 9:47 AM ruiu added inline comments.
This revision is now accepted and ready to land.May 22 2018, 1:20 PM Closed by commit rL333021: Code cleanup in preparation for adding LTO for wasm. NFC. (authored by sbc). · Explain WhyMay 22 2018, 1:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 148088 lld/trunk/COFF/Config.h
lld/trunk/COFF/Driver.cpp
lld/trunk/COFF/LTO.h
lld/trunk/COFF/LTO.cpp
lld/trunk/COFF/SymbolTable.cpp
lld/trunk/Common/ErrorHandler.cpp
lld/trunk/Common/Strings.cpp
lld/trunk/ELF/InputFiles.cpp
lld/trunk/ELF/LTO.cpp
lld/trunk/include/lld/Common/ErrorHandler.h
lld/trunk/include/lld/Common/Strings.h
|