[PATCH] D134375: [LTO][AIX] Invoking AIX System Assembler in LTO CodeGen

Qiongsi Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 10:23:13 PDT 2022


qiongsiwu1 created this revision.
qiongsiwu1 added a reviewer: w2yehia.
qiongsiwu1 added a project: LLVM.
Herald added subscribers: ormris, steven_wu, hiraditya, inglorion.
Herald added a project: All.
qiongsiwu1 requested review of this revision.
Herald added a subscriber: llvm-commits.

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 integrate assembler to generate object files.  We need to rely on the system assembler because the integrated assembler is incomplete at the moment.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134375

Files:
  llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
  llvm/lib/LTO/LTOCodeGenerator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134375.461940.patch
Type: text/x-patch
Size: 4452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220921/12845b02/attachment.bin>


More information about the llvm-commits mailing list