[PATCH] D92912: [lld-macho] Add support for -code-model in LTO
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 9 08:28:20 PST 2020
compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.
I wonder if there is a good way to enumerate the desired set of options (e.g. `-O` is currently missing), but I don't think that there have been too many attempts to flesh out the argument handling, so we can hold off on that until we find that we have had to do this a few times.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92912/new/
https://reviews.llvm.org/D92912
More information about the llvm-commits
mailing list