[PATCH] D88309: [LTO][Legacy] Add API to set result type to assembly

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 10:02:30 PDT 2020


hubert.reinterpretcast added a comment.

In D88309#2295312 <https://reviews.llvm.org/D88309#2295312>, @steven_wu wrote:

> I am fine with adding such a C API but I want to make sure you think through all the options, not just adding a new stable C API that is going to be thrown away.

We are using the C API because we need the stability. But yes, this points out that a linker using this would always be going through the assembly path even if the backend evolves past the point where that is a good idea.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88309/new/

https://reviews.llvm.org/D88309



More information about the llvm-commits mailing list