[PATCH] D142905: Change multilib selection algorithm
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 10 22:56:31 PST 2023
MaskRay added inline comments.
================
Comment at: clang/lib/Driver/Multilib.cpp:53
+ for (StringRef Flag : PrintArgs) {
+ OS << "@" << Flag.substr(1);
}
----------------
remove braces
================
Comment at: clang/lib/Driver/Multilib.cpp:99
+ multilib_list Result = select(Flags);
+ if (Result.empty()) {
return false;
----------------
remove braces
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