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

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 08:55:02 PDT 2020


steven_wu added a comment.

Note libLTO API needs to be stable so:

- If you need to add API, you need to bump API version, etc. Please refer to other commits that add APIs to see what needs to be done.
- If this is just a temporary workaround, I would resist make this change to bake in this API that will not be used in the future.


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

https://reviews.llvm.org/D88309



More information about the llvm-commits mailing list