diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-12-16 19:58:06 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-12-16 20:37:50 +0300 |
commit | eef2a107e1bd0bd47223a4345635f3ca330a99d1 (patch) | |
tree | 9cb9317d1fdd3a8c4398c777cecbf91941eb9772 | |
parent | a5441603c2ebd50798a5ed52057073e5087f0759 (diff) | |
download | ydb-eef2a107e1bd0bd47223a4345635f3ca330a99d1.tar.gz |
Remove unused peerdir to contrib/libs/cxxsupp/libsan
This was some tricky way to provide external symbolizer for printing backtraces.
Hardly needed as of today.
commit_hash:750e7297812ac2d74d800a05f0b2e016e4318c28
-rw-r--r-- | build/ymake.core.conf | 1 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libsan/ya.make | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index ff230f84a7..e94764714e 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1182,7 +1182,6 @@ module _BASE_PROGRAM: _LINK_UNIT { } when ($SANITIZER_TYPE && $SANITIZER_TYPE != "no") { - PEERDIR += contrib/libs/cxxsupp/libsan when ($CLANG) { select ($TARGET_PLATFORM) { "LINUX" ? { diff --git a/contrib/libs/cxxsupp/libsan/ya.make b/contrib/libs/cxxsupp/libsan/ya.make index 016fa270d2..e770d0ac3d 100644 --- a/contrib/libs/cxxsupp/libsan/ya.make +++ b/contrib/libs/cxxsupp/libsan/ya.make @@ -12,6 +12,8 @@ NO_SANITIZE() NO_SANITIZE_COVERAGE() +SUBSCRIBER(somov) + RUN_PYTHON3( generate_symbolizer.py ${CXX_COMPILER} STDOUT symbolizer.c |