summaryrefslogtreecommitdiff
path: root/libsanitizer/README.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'libsanitizer/README.gcc')
-rw-r--r--libsanitizer/README.gcc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsanitizer/README.gcc b/libsanitizer/README.gcc
new file mode 100644
index 00000000000..0f807036052
--- /dev/null
+++ b/libsanitizer/README.gcc
@@ -0,0 +1,4 @@
+The AddressSanitizer (http://code.google.com/p/address-sanitizer) is
+a project developed by Google Inc. The source files of the project
+are hosted at http://llvm.org/svn/llvm-project/compiler-rt. These files
+are the ones in the asan subdirectory of that project.