aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sanitizer/undefined/dynamic/ya.make
blob: 7b3778f85a3f2a9bdce5bedd724159f1ba43200c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DYNAMIC_LIBRARY()

SUBSCRIBER(g:devtools-contrib)

NO_UTIL()

EXPORT_ALL_DYNAMIC_SYMBOLS()

DYNAMIC_LIBRARY_FROM(
    contrib/libs/clang${CLANG_VER}-rt/lib/ubsan_standalone
    contrib/libs/clang${CLANG_VER}-rt/lib/ubsan_standalone_cxx
)

END()