summaryrefslogtreecommitdiff
path: root/lib/asan/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asan/README.txt')
-rw-r--r--lib/asan/README.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/asan/README.txt b/lib/asan/README.txt
index e4f4961c5..b9c43acd5 100644
--- a/lib/asan/README.txt
+++ b/lib/asan/README.txt
@@ -1,16 +1,15 @@
AddressSanitizer RT
================================
-This directory contains sources of the AddressSanitizer (asan) run-time library.
+This directory contains sources of the AddressSanitizer (asan) runtime library.
We are in the process of integrating AddressSanitizer with LLVM, stay tuned.
-Directory structre:
+Directory structure:
README.txt : This file.
Makefile.mk : File for make-based build.
CMakeLists.txt : File for cmake-based build.
-asan_*.{cc,h} : Sources of the asan run-time lirbary.
+asan_*.{cc,h} : Sources of the asan runtime library.
scripts/* : Helper scripts.
tests/* : ASan unit tests.
-lit_tests/* : ASan output tests.
Also ASan runtime needs the following libraries:
lib/interception/ : Machinery used to intercept function calls.