================
@@ -56,43 +52,64 @@ class Extension<
// The FMV priority
int FMVPriority = _FMVPriority;
+
+ // Indicates if the extension is available on the command line.
+ string IsFMVOnly = _IsFMVOnly;
----------------
labrinea wrote:
We want the ExtensionInfo field to be of type bool. Can we do the type
conversation in the emitter? If so okay
https://github.com/llvm/llvm-project/pull/92319
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits