Skip to content

[asan][ubsan] Enable testing with internal symbolizer #66257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compiler-rt/lib/asan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ else()
RTSanitizerCommonLibc
RTSanitizerCommonCoverage
RTSanitizerCommonSymbolizer
RTSanitizerCommonSymbolizerInternal
RTLSanCommon
RTUbsan)

Expand Down
6 changes: 2 additions & 4 deletions compiler-rt/lib/ubsan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ else()
RTSanitizerCommonLibc
RTSanitizerCommonCoverage
RTSanitizerCommonSymbolizer
# FIXME: Some wrong with C++ demangling.
# RTSanitizerCommonSymbolizerInternal
RTSanitizerCommonSymbolizerInternal
RTUbsan
RTUbsan_standalone
RTInterception
Expand Down Expand Up @@ -253,8 +252,7 @@ else()
RTSanitizerCommonLibc
RTSanitizerCommonCoverage
RTSanitizerCommonSymbolizer
# FIXME: Some wrong with C++ demangling.
# RTSanitizerCommonSymbolizerInternal
RTSanitizerCommonSymbolizerInternal
RTUbsan
RTUbsan_cxx
RTUbsan_standalone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// REQUIRES: internal_symbolizer

// FIXME: link internal_symbolizer.
// XFAIL: asan, hwasan, ubsan
// XFAIL: hwasan

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