[PATCH] D140959: RFC: Multilib prototype
Joseph Faulls via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 1 01:47:14 PST 2023
Joe added a comment.
FWIW I tried this patch out with RISC-V multilibs, and it works a treat. It solves the multilib reuse problem and relaxes the order of non-standard extensions. I did have to copy some of the logic from BareMetal.cpp to Gnu.cpp as was using a GCC installation.
The `args` field for the YAML was unnecessary and worked (including --print-multi-lib) just fine without it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140959/new/
https://reviews.llvm.org/D140959
More information about the cfe-commits
mailing list