diff options
author | Qiongsi Wu <qiongsiwu@gmail.com> | 2022-09-28 14:10:47 -0400 |
---|---|---|
committer | Qiongsi Wu <qiongsiwu@gmail.com> | 2022-09-28 14:26:50 -0400 |
commit | ef399d1cfc6825fe11400e7886191c6f973aa089 (patch) | |
tree | ea492ce260af396a17fc8b487aaacac1042a0562 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 96a79cb308d1b8c00a83b180d9fecc5d54bacb9c (diff) | |
download | llvm-ef399d1cfc6825fe11400e7886191c6f973aa089.zip llvm-ef399d1cfc6825fe11400e7886191c6f973aa089.tar.gz llvm-ef399d1cfc6825fe11400e7886191c6f973aa089.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions