================
@@ -579,6 +537,62 @@ inline constexpr CpuInfo CpuInfos[] = {
                                AArch64::AEK_SSBS, AArch64::AEK_CSSC})},
 };
 
+struct ExtensionSet {
----------------
labrinea wrote:

This has to move after the definition of `ArchInfo` because the method 
`toLLVMFeatureList` needs to know about it. Since it is a template function its 
definitions ought to move in the header file, alongside its class definition.

https://github.com/llvm/llvm-project/pull/94279
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to