[clang] [llvm] [ARM][KCFI] Add backend support for Kernel Control-Flow Integrity (PR #163698)

Kees Cook via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 21 12:05:07 PDT 2025


================
@@ -0,0 +1,191 @@
+; RUN: llc -mtriple=thumbv6m-none-eabi < %s | FileCheck %s
----------------
kees wrote:

Okay, I've got this done now. It required moving the MIR/ISEl/KCFI checks up out of the way, but I think it's all still readable. I dropped some comments and collected others to after the update_llc_test_checks-touching areas.

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


More information about the cfe-commits mailing list