[clang] [TargetVersion] Only enable on RISC-V and AArch64 (PR #115991)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 14 23:15:08 PST 2024
================
@@ -3040,6 +3040,7 @@ bool Sema::checkTargetVersionAttr(SourceLocation LiteralLoc, Decl *D,
enum FirstParam { Unsupported };
enum SecondParam { None };
enum ThirdParam { Target, TargetClones, TargetVersion };
+
----------------
topperc wrote:
Drop this change?
https://github.com/llvm/llvm-project/pull/115991
More information about the cfe-commits
mailing list