[PATCH] D134375: [LTO][AIX] Invoking AIX System Assembler in LTO CodeGen
wael yehia via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 19:58:05 PDT 2022
w2yehia accepted this revision.
w2yehia added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/LTO/LTOCodeGenerator.cpp:304
bool LTOCodeGenerator::compileOptimizedToFile(const char **Name) {
+ if (useAIXSystemAssembler()) {
+ setupForAIXSystemAssembler();
----------------
braces can be removed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134375/new/
https://reviews.llvm.org/D134375
More information about the llvm-commits
mailing list