[PATCH] D88309: [LTO][Legacy] Add API to set result type to assembly
wael yehia via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 08:41:20 PDT 2020
w2yehia added a comment.
In D88309#2295076 <https://reviews.llvm.org/D88309#2295076>, @steven_wu wrote:
> Can you clarify your motivation for this? libLTO is used as an interface for linker and linkers, in general, do not understand assembly files.
Hi Steven, the object code codegen for the platform I'm using is not 100% functional, but the assembly generation is in much better shape, so we're taking the longer trip of calling the assembler to get the final .o file.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88309/new/
https://reviews.llvm.org/D88309
More information about the llvm-commits
mailing list