forked from OSchip/llvm-project
Document that -fsanitize=function is Linux-only.
llvm-svn: 193452
This commit is contained in:
parent
707f591fa0
commit
6939d29eff
|
@ -922,7 +922,7 @@ are listed below.
|
|||
- ``-fsanitize=float-divide-by-zero``: Floating point division by
|
||||
zero.
|
||||
- ``-fsanitize=function``: Indirect call of a function through a
|
||||
function pointer of the wrong type (C++ and x86/x86_64 only).
|
||||
function pointer of the wrong type (Linux, C++ and x86/x86_64 only).
|
||||
- ``-fsanitize=integer-divide-by-zero``: Integer division by zero.
|
||||
- ``-fsanitize=null``: Use of a null pointer or creation of a null
|
||||
reference.
|
||||
|
|
Loading…
Reference in New Issue