[PATCH] D152924: [libLTO][AIX] Respect `-f[no]-integrated-as`
Steven Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 14 09:23:20 PDT 2023
steven_wu added a comment.
`lld` does not use LTOCodeGenerator.
I am also not sure how disable integrated assembler suppose to work? Do you have an end to end design for how to invoke assembler during linking? For current libLTO API, this is probably going to produce assembler file buffer to linker, which is not usable by linker.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152924/new/
https://reviews.llvm.org/D152924
More information about the cfe-commits
mailing list