[PATCH] D100085: [X86] Support -march=rocketlake

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 8 19:46:05 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:271
                                       "Invalidate Process-Context Identifier">;
-def FeatureSGX     : SubtargetFeature<"sgx", "HasSGX", "true",
-                                      "Enable Software Guard Extensions">;
----------------
Clang still puts it in target-features attribute so you can’t delete this or you’ll get a warning that the feature doesn’t exist.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100085/new/

https://reviews.llvm.org/D100085



More information about the llvm-commits mailing list