[PATCH] D142933: [Driver] Add -print-multi-flags-experimental option
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 8 14:49:05 PDT 2023
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: clang/lib/Driver/ToolChain.cpp:266
+
+ // Sort and remove duplicates
+ std::sort(Result.begin(), Result.end());
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142933/new/
https://reviews.llvm.org/D142933
More information about the cfe-commits
mailing list