[PATCH] D146757: [Driver] Enable defining multilib print options independently of flags
Michael Platings via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 23 13:39:43 PDT 2023
michaelplatings created this revision.
michaelplatings added a reviewer: phosek.
Herald added a project: All.
michaelplatings requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.
Sometimes it's necessary to define a multilib in terms of attributes
that don't correspond directly to a valid command line option.
However to support -print-multi-lib we still need to specify a
representative set of command line options for the multilib.
Decoupling flags from print options enables this.
The default of deriving print options from flags beginning '+' remains.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146757
Files:
clang/include/clang/Driver/Multilib.h
clang/lib/Driver/Multilib.cpp
clang/unittests/Driver/MultilibBuilderTest.cpp
clang/unittests/Driver/MultilibTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146757.507862.patch
Type: text/x-patch
Size: 6475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230323/7c13bd59/attachment.bin>
More information about the cfe-commits
mailing list