[clang] [Driver] Add ExclusiveGroup feature to multilib.yaml. (PR #69447)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 21:20:54 PDT 2023


================
@@ -152,6 +180,7 @@ template <> struct llvm::yaml::MappingTraits<MultilibSerialization> {
   static void mapping(llvm::yaml::IO &io, MultilibSerialization &V) {
     io.mapRequired("Dir", V.Dir);
     io.mapRequired("Flags", V.Flags);
+    io.mapOptional("ExclusiveGroup", V.ExclusiveGroup);
----------------
MaskRay wrote:

`ExclusiveGroup` looks good to me and I agree that `Group` could be confusing.

https://github.com/llvm/llvm-project/pull/69447


More information about the cfe-commits mailing list