[PATCH] D73845: [Gnu toolchain] Move GCC multilib/multiarch paths support from Linux to Gnu
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 9 00:30:51 PDT 2020
phosek added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:2694
+
+void Generic_GCC::AddGCCMultilibPaths(const Driver &D,
+ const std::string &SysRoot,
----------------
The class already has `GCC` in the name, so there's no need to repeat `GCC` in the name of the method, i.e. this can be just `Generic_GCC::AddMultilibPaths`. The same for other new methods.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73845/new/
https://reviews.llvm.org/D73845
More information about the cfe-commits
mailing list