[PATCH] D68720: Support -fstack-clash-protection for x86

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 9 13:13:39 PST 2020


tstellar added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:2575
+  default:
+    return;
+  case llvm::Triple::ArchType::x86:
----------------
Do we need to warn (or error) here for arches that don't implement -fstack-clash-protection?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68720





More information about the cfe-commits mailing list