[llvm] [SPIR-V] Fix parsing of command line options for the SPIR-V Backend API call (PR #124653)
Vyacheslav Levytskyy via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 06:04:42 PST 2025
VyacheslavLevytskyy wrote:
> Is it possible to replace Opts with CodeGenOptLevel and Triple arguments as a quick fix, and then follow up with whatever general API design you have in mind?
Yes, it's a way forward indeed. I created https://github.com/llvm/llvm-project/pull/124745 to review this inside the SPIR-V backend team and will add you to reviewers after done if that works for you.
https://github.com/llvm/llvm-project/pull/124653
More information about the llvm-commits
mailing list