[clang] [compiler-rt] [llvm] [LFI] Introduce AArch64 LFI Target (PR #167061)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 26 01:11:26 PST 2025
================
@@ -2492,3 +2492,10 @@ The AMDGPU backend
The AMDGPU code generator lives in the ``lib/Target/AMDGPU``
directory. This code generator is capable of targeting a variety of
AMD GPU processors. Refer to :doc:`AMDGPUUsage` for more information.
+
+The Lightweight Fault Isolation (LFI) backend
----------------
davemgreen wrote:
There is not expected to be a LFI backend, right? In the llvm sense of backend==target, a new llvm/Target/LFI. It is a modification to the existing backends that support it.
https://github.com/llvm/llvm-project/pull/167061
More information about the llvm-commits
mailing list