Skip to content

Commit 94c11b8

Browse files
committed
[LFI] Mention LFI backend in CodeGenerator.rst
1 parent ad90c25 commit 94c11b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/docs/CodeGenerator.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,3 +2492,10 @@ The AMDGPU backend
24922492
The AMDGPU code generator lives in the ``lib/Target/AMDGPU``
24932493
directory. This code generator is capable of targeting a variety of
24942494
AMD GPU processors. Refer to :doc:`AMDGPUUsage` for more information.
2495+
2496+
The Lightweight Fault Isolation (LFI) backend
2497+
---------------------------------------------
2498+
2499+
LFI is a backend that allows programs compiled for the target to run in a
2500+
sandboxed environment that is within the same address space as host code. Refer
2501+
to :doc:`LFI` for more information about the LFI backend.

0 commit comments

Comments
 (0)