forked from OSchip/llvm-project
Fix the indentation in this documentation to remove a Sphinx warning; NFC.
llvm-svn: 335841
This commit is contained in:
parent
5e0dfe62b6
commit
723209d013
|
@ -2946,11 +2946,10 @@ X86 Supports Indirect Branch Tracking (IBT) as part of Control-Flow
|
|||
Enforcement Technology (CET). IBT instruments ENDBR instructions used to
|
||||
specify valid targets of indirect call / jmp.
|
||||
The ``nocf_check`` attribute has two roles:
|
||||
1. Appertains to a function - do not add ENDBR instruction at the
|
||||
beginning of the function.
|
||||
2. Appertains to a function pointer - do not track the target
|
||||
function of this pointer (by adding nocf_check prefix to the
|
||||
indirect-call instruction).
|
||||
1. Appertains to a function - do not add ENDBR instruction at the beginning of
|
||||
the function.
|
||||
2. Appertains to a function pointer - do not track the target function of this
|
||||
pointer (by adding nocf_check prefix to the indirect-call instruction).
|
||||
}];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue