llvm-project/llvm/lib/LTO
Qiongsi Wu ef399d1cfc [LTO][AIX] Invoking AIX System Assembler in LTO CodeGen
This patch teaches LTOCodeGenerator to call into the AIX system assembler to generate object files. This is in contrast to the approach taken on other platforms, where the LTOCodeGenerate calls the integrated assembler to generate object files.  We need to rely on the system assembler because the integrated assembler is incomplete at the moment.

Reviewed By: w2yehia, MaskRay

Differential Revision: https://reviews.llvm.org/D134375
2022-09-28 14:26:50 -04:00
..
CMakeLists.txt [Support][ThinLTO] Move ThinLTO caching to LLVM Support library 2021-10-18 18:57:25 -07:00
LTO.cpp [lld][thinlto] Include -mllvm options in the thinlto cache key 2022-09-19 12:04:17 -07:00
LTOBackend.cpp Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
LTOCodeGenerator.cpp [LTO][AIX] Invoking AIX System Assembler in LTO CodeGen 2022-09-28 14:26:50 -04:00
LTOModule.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
SummaryBasedOptimizations.cpp Apply clang-tidy fixes for readability-redundant-smartptr-get in SummaryBasedOptimizations.cpp (NFC) 2022-03-28 09:18:31 -07:00
ThinLTOCodeGenerator.cpp [WPD] Use new llvm.public.type.test intrinsic for potentially publicly visible classes 2022-07-26 08:01:08 -07:00
UpdateCompilerUsed.cpp