diff --git a/compiler-rt/lib/hwasan/CMakeLists.txt b/compiler-rt/lib/hwasan/CMakeLists.txt index e7b3f5e005f8e..6f75baa7e354f 100644 --- a/compiler-rt/lib/hwasan/CMakeLists.txt +++ b/compiler-rt/lib/hwasan/CMakeLists.txt @@ -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} @@ -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 diff --git a/compiler-rt/test/sanitizer_common/TestCases/demangle_internal.cpp b/compiler-rt/test/sanitizer_common/TestCases/demangle_internal.cpp index 6ec1851275eb1..964dcda626c30 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/demangle_internal.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/demangle_internal.cpp @@ -2,9 +2,6 @@ // REQUIRES: internal_symbolizer -// FIXME: link internal_symbolizer. -// XFAIL: hwasan - #include #include #include