From c5c28ff4ae7dfb615a6f064444e682dee145b459 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Tue, 11 Dec 2018 16:47:12 +0000 Subject: [PATCH] [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 --- clang/docs/AddressSanitizer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst index 020acbc..67ef59b 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 =================== -- 2.7.4