[PATCH] D97916: [Driver][RISCV] Support parsing multi-lib config from GCC.
Jim Lin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 4 19:04:07 PST 2021
Jim added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:1703
+ }
+ }
+ Ms.emplace_back(Multilib);
----------------
Do you have plan to support other kind of options to build multilib?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97916/new/
https://reviews.llvm.org/D97916
More information about the cfe-commits
mailing list