Displaying 2 results from an estimated 2 matches for "1f9de679".
2016 Aug 09
2
[LTO] Bypass the integrated assembler ...
Hi Guys ,
We enabled the LTO on our code base and found that LTO uses the
integrated/builtin assembler to emit the final optimized code .O
(FileType= CGFT_ObjectFile) .
Can we bypass this semantic ,for something like you emit .S file
(FileType=CGFT_AssemblyFile),
Then we pass this .S file to our native assembler and the linker
.....any switch/ options do so ?
i.e something like as we have
2016 Aug 09
2
[LTO] Bypass the integrated assembler ...
...it to get the assembly, assemble it, and re-invoke the linker. This is probably less convenient if you need to integrate with a build system.
—
Mehdi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160809/1f9de679/attachment.html>