aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/README.gcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-11-13 17:06:48 +0100
committerMatthew Malcomson <matthew.malcomson@arm.com>2020-11-25 16:35:30 +0000
commit1ee3d1ef105c5181fbf298b8ddb638f8e3cbaaca (patch)
tree388861983e62f323e196589cbf51973e40a7f928 /libsanitizer/README.gcc
parentb13dacdfb315675803982ad5a3098f7b55e6357a (diff)
downloadgcc-1ee3d1ef105c5181fbf298b8ddb638f8e3cbaaca.zip
gcc-1ee3d1ef105c5181fbf298b8ddb638f8e3cbaaca.tar.gz
gcc-1ee3d1ef105c5181fbf298b8ddb638f8e3cbaaca.tar.bz2
libsanitizer: add hwasan.
Introduce the libhwasan library from LLVM sources.
Diffstat (limited to 'libsanitizer/README.gcc')
-rw-r--r--libsanitizer/README.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsanitizer/README.gcc b/libsanitizer/README.gcc
index fdb0ec5..07defc5 100644
--- a/libsanitizer/README.gcc
+++ b/libsanitizer/README.gcc
@@ -11,6 +11,7 @@ https://github.com/llvm/llvm-project in the following directories:
compiler-rt/lib/tsan
compiler-rt/lib/lsan
compiler-rt/lib/ubsan
+ compiler-rt/lib/hwasan
Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
GCC tree. All non-trivial changes, functionality improvements, etc. should go