Document that -fsanitize=function is Linux-only.

llvm-svn: 193452
This commit is contained in:
Peter Collingbourne 2013-10-26 00:21:57 +00:00
parent 707f591fa0
commit 6939d29eff
1 changed files with 1 additions and 1 deletions

View File

@ -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.