[llvm] [RISCV][Zicfilp] Enable Zicfilp CFI compiler behaviors by looking at module flags (PR #152121)

Ming-Yi Lai via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 8 02:58:31 PDT 2025


================
@@ -91,6 +91,14 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
     NLog2N,
   };
   // clang-format on
+
+  enum class ZicfilpLabelSchemeKind {
+    Disabled,
+    Unknown,
----------------
mylai-mtk wrote:

Fixed

https://github.com/llvm/llvm-project/pull/152121


More information about the llvm-commits mailing list