public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4576] Enable hwasan for x86-64.
@ 2022-12-09  2:03 hongtao Liu
  0 siblings, 0 replies; only message in thread
From: hongtao Liu @ 2022-12-09  2:03 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2996b5c053d38d4543c9491258b051d6c032a011

commit r13-4576-g2996b5c053d38d4543c9491258b051d6c032a011
Author: liuhongt <hongtao.liu@intel.com>
Date:   Wed Apr 21 14:23:48 2021 -0700

    Enable hwasan for x86-64.
    
    libsanitizer
            * configure.tgt: Enable hwasan for x86-64.

Diff:
---
 libsanitizer/configure.tgt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libsanitizer/configure.tgt b/libsanitizer/configure.tgt
index 1175cd1a4e3..90b5eaffc48 100644
--- a/libsanitizer/configure.tgt
+++ b/libsanitizer/configure.tgt
@@ -29,6 +29,7 @@ case "${target}" in
 		TSAN_SUPPORTED=yes
 		LSAN_SUPPORTED=yes
 		TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_amd64.lo
+		HWASAN_SUPPORTED=yes
 	fi
 	;;
   powerpc*-*-linux*)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-09  2:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-09  2:03 [gcc r13-4576] Enable hwasan for x86-64 hongtao Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).