[PATCH] D142905: [Driver] Change multilib selection algorithm
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 22 00:54:34 PDT 2023
phosek added inline comments.
================
Comment at: clang/lib/Driver/MultilibBuilder.cpp:88
+static Multilib::flags_list getPrintOptions(const Multilib::flags_list &Flags) {
+ // Derive print options from flags.
----------------
Would it be possible to move this method directly into `Multilib` to avoid having to pass around the callback?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142905/new/
https://reviews.llvm.org/D142905
More information about the cfe-commits
mailing list