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

Nathan Chancellor via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 17 07:53:03 PDT 2025


nathanchance wrote:

With `CONFIG_CFI=y` and `CONFIG_THUMB2_KERNEL=y`, I see many

```
error: out of range pc-relative fixup value
```

with the latest revision. Normal ARM mode works fine still from what I can tell.

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


More information about the cfe-commits mailing list