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

OWNER(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()