[PATCH] D142932: Multilib YAML parsing
Michael Platings via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 2 12:29:25 PST 2023
michaelplatings updated this revision to Diff 494406.
michaelplatings added a comment.
Move the regular expression flag matching functionality into MutlilibSet. This (a) simplifies the code for loading from multilib.yaml; and (b) makes the flag matching functionality easier to access.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142932/new/
https://reviews.llvm.org/D142932
Files:
clang/include/clang/Driver/Multilib.h
clang/lib/Driver/Multilib.cpp
clang/unittests/Driver/MultilibTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142932.494406.patch
Type: text/x-patch
Size: 16271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230202/7e474110/attachment.bin>
More information about the cfe-commits
mailing list