We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad90c25 commit 94c11b8Copy full SHA for 94c11b8
llvm/docs/CodeGenerator.rst
@@ -2492,3 +2492,10 @@ The AMDGPU backend
2492
The AMDGPU code generator lives in the ``lib/Target/AMDGPU``
2493
directory. This code generator is capable of targeting a variety of
2494
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