[clang] [llvm] [RISCV] Implement shadow stack on shadow stack mode with Zicfiss. (PR #68075)
Yeting Kuo via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 31 09:52:50 PDT 2023
================
@@ -27,6 +27,11 @@
using namespace llvm;
+static cl::opt<bool>
----------------
yetingk wrote:
The new commit [2830d3e](https://github.com/llvm/llvm-project/pull/68075/commits/2830d3ebf9eb9aae758740e6c38359984b8684b2) adds a new feature to replace this. In the feature, we can add clang option to pass the feature to llvm.
https://github.com/llvm/llvm-project/pull/68075
More information about the llvm-commits
mailing list