llvm-capstone/llvm/lib/LTO
Simon Pilgrim 21661607ca [llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine)
As described on D111049, we're trying to remove the <string> dependency from error handling and replace uses of report_fatal_error(const std::string&) with the Twine() variant which can be forward declared.
2021-10-06 12:04:30 +01:00
..
Caching.cpp
CMakeLists.txt [LTO][lld] Add lto-pgo-warn-mismatch option 2021-08-11 09:45:55 -07:00
LTO.cpp Revert "[LTO][Legacy] Add -debug-pass-manager option to enable pass run/skip trace." 2021-09-29 19:43:35 +00:00
LTOBackend.cpp [llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:04:30 +01:00
LTOCodeGenerator.cpp Revert "[LTO][Legacy] Add -debug-pass-manager option to enable pass run/skip trace." 2021-09-29 19:43:35 +00:00
LTOModule.cpp [LTO][Legacy] Add new API to check presence of ctor/dtor functions. 2021-07-28 12:41:56 +00:00
SummaryBasedOptimizations.cpp Internalize some cl::opt global variables or move them under namespace llvm 2021-05-07 11:15:43 -07:00
ThinLTOCodeGenerator.cpp [llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:04:30 +01:00
UpdateCompilerUsed.cpp