Skip to content

Commit b300f8c

Browse files
committed
[hwasan] Enabled internal_symbolizer with hwasan
1 parent 897a0b0 commit b300f8c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

compiler-rt/lib/hwasan/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ function(add_hwasan_runtimes arch use_aliases)
164164
RTSanitizerCommonLibc
165165
RTSanitizerCommonCoverage
166166
RTSanitizerCommonSymbolizer
167-
# FIXME: disable tagging when in symbolizer.
168-
# RTSanitizerCommonSymbolizerInternal
167+
RTSanitizerCommonSymbolizerInternal
169168
RTLSanCommon
170169
RTUbsan
171170
CFLAGS ${hwasan_rtl_flags}
@@ -203,8 +202,7 @@ function(add_hwasan_runtimes arch use_aliases)
203202
RTSanitizerCommonLibc
204203
RTSanitizerCommonCoverage
205204
RTSanitizerCommonSymbolizer
206-
# FIXME: disable tagging when in symbolizer.
207-
# RTSanitizerCommonSymbolizerInternal
205+
RTSanitizerCommonSymbolizerInternal
208206
RTLSanCommon
209207
RTUbsan
210208
RTUbsan_cxx

compiler-rt/test/sanitizer_common/TestCases/demangle_internal.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
// REQUIRES: internal_symbolizer
44

5-
// FIXME: link internal_symbolizer.
6-
// XFAIL: hwasan
7-
85
#include <algorithm>
96
#include <assert.h>
107
#include <string.h>

0 commit comments

Comments
 (0)