diff options
| author | Max Moroz <mmoroz@chromium.org> | 2018-12-11 16:47:12 +0000 |
|---|---|---|
| committer | Max Moroz <mmoroz@chromium.org> | 2018-12-11 16:47:12 +0000 |
| commit | c5c28ff4ae7dfb615a6f064444e682dee145b459 (patch) | |
| tree | 921e9d6564d258495437a9da16f8215b0937f222 /clang | |
| parent | 2aa2dc76c26354aea25ccc2e2529f967d5c58cb6 (diff) | |
| download | bcm5719-llvm-c5c28ff4ae7dfb615a6f064444e682dee145b459.tar.gz bcm5719-llvm-c5c28ff4ae7dfb615a6f064444e682dee145b459.zip | |
[ASan] Minor documentation fix: clarify static linking limitation.
Summary:
ASan does not support statically linked binaries, but ASan runtime itself can
be statically linked into a target binary executable.
Reviewers: eugenis, kcc
Reviewed By: eugenis
Subscribers: cfe-commits, llvm-commits
Differential Revision: https://reviews.llvm.org/D55066
llvm-svn: 348863
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/AddressSanitizer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst index 020acbcc50d..67ef59b5ea2 100644 --- a/clang/docs/AddressSanitizer.rst +++ b/clang/docs/AddressSanitizer.rst @@ -265,7 +265,7 @@ Limitations * On 64-bit platforms AddressSanitizer maps (but not reserves) 16+ Terabytes of virtual address space. This means that tools like ``ulimit`` may not work as usually expected. -* Static linking is not supported. +* Static linking of executables is not supported. Supported Platforms =================== |

