1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/LTO
Momchil Velikov a064519335 [LTO] Use StringRef instead of C-style strings in setCodeGenDebugOptions
Fixes an issue with missing nul-terminators and saves us some string
copying, compared to a version which would insert nul-terminators.

Differential Revision: https://reviews.llvm.org/D82033
2020-06-22 11:22:18 +01:00
..
Caching.cpp
CMakeLists.txt
LLVMBuild.txt
LTO.cpp [StackSafety] Run ThinLTO 2020-06-12 18:11:29 -07:00
LTOBackend.cpp [StackSafety] Pass summary into codegen 2020-06-10 21:02:54 -07:00
LTOCodeGenerator.cpp [LTO] Use StringRef instead of C-style strings in setCodeGenDebugOptions 2020-06-22 11:22:18 +01:00
LTOModule.cpp
SummaryBasedOptimizations.cpp
ThinLTOCodeGenerator.cpp Error related to ThinLTO caching needs to be downgraded to a remark 2020-06-19 16:03:29 -07:00
UpdateCompilerUsed.cpp