================ @@ -343,7 +350,9 @@ bool isX18ReservedByDefault(const Triple &TT); // themselves, they are sequential (0, 1, 2, 3, ...). uint64_t getCpuSupportsMask(ArrayRef<StringRef> FeatureStrs); -void PrintSupportedExtensions(StringMap<StringRef> DescMap); +void PrintSupportedExtensions(); + +void printEnabledExtensions(std::set<StringRef> EnabledFeatureNames); ---------------- pratlucas wrote:
Thanks for catching this! Not sure how I missed it 🤦 https://github.com/llvm/llvm-project/pull/96795 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits