]> granicus.if.org Git - clang/commitdiff
[ASan] Minor documentation fix: clarify static linking limitation.
authorMax Moroz <mmoroz@chromium.org>
Tue, 11 Dec 2018 16:47:12 +0000 (16:47 +0000)
committerMax Moroz <mmoroz@chromium.org>
Tue, 11 Dec 2018 16:47:12 +0000 (16:47 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348863 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AddressSanitizer.rst

index 020acbcc50d397fa43d6c9a4633e3ae206d1d99e..67ef59b5ea2ae356d91d55d3d76ee55c7367f3f9 100644 (file)
@@ -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
 ===================