Skip to content

Commit

Permalink
[hwasan] Enabled internal_symbolizer with hwasan
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Sep 22, 2023
1 parent 897a0b0 commit b300f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions compiler-rt/lib/hwasan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ function(add_hwasan_runtimes arch use_aliases)
RTSanitizerCommonLibc
RTSanitizerCommonCoverage
RTSanitizerCommonSymbolizer
# FIXME: disable tagging when in symbolizer.
# RTSanitizerCommonSymbolizerInternal
RTSanitizerCommonSymbolizerInternal
RTLSanCommon
RTUbsan
CFLAGS ${hwasan_rtl_flags}
Expand Down Expand Up @@ -203,8 +202,7 @@ function(add_hwasan_runtimes arch use_aliases)
RTSanitizerCommonLibc
RTSanitizerCommonCoverage
RTSanitizerCommonSymbolizer
# FIXME: disable tagging when in symbolizer.
# RTSanitizerCommonSymbolizerInternal
RTSanitizerCommonSymbolizerInternal
RTLSanCommon
RTUbsan
RTUbsan_cxx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

// REQUIRES: internal_symbolizer

// FIXME: link internal_symbolizer.
// XFAIL: hwasan

#include <algorithm>
#include <assert.h>
#include <string.h>
Expand Down

0 comments on commit b300f8c

Please sign in to comment.