forked from OSchip/llvm-project
Slight rewording of -fsanitize=memory docs.
llvm-svn: 170880
This commit is contained in:
parent
17d5590003
commit
acef0e66a6
|
@ -926,9 +926,10 @@ are listed below.
|
||||||
``-fsanitize=memory``):
|
``-fsanitize=memory``):
|
||||||
|
|
||||||
- ``-fsanitize-memory-track-origins``: Enables origin tracking in
|
- ``-fsanitize-memory-track-origins``: Enables origin tracking in
|
||||||
MemorySanitizer. Adds a second stack trace to MemorySanitizer
|
MemorySanitizer. Adds a second section to MemorySanitizer
|
||||||
reports pointing to the allocation the uninitialized bits came
|
reports pointing to the heap or stack allocation the
|
||||||
from. Slows down execution by additional 1.5x-2x.
|
uninitialized bits came from. Slows down execution by additional
|
||||||
|
1.5x-2x.
|
||||||
|
|
||||||
The ``-fsanitize=`` argument must also be provided when linking, in
|
The ``-fsanitize=`` argument must also be provided when linking, in
|
||||||
order to link to the appropriate runtime library. It is not possible
|
order to link to the appropriate runtime library. It is not possible
|
||||||
|
|
Loading…
Reference in New Issue