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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to