aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sanitizer/undefined/dynamic/ya.make
blob: 7e426392600c8b8a9943f229f92f50ed7f6f364b (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${COMPILER_VERSION}-rt/lib/ubsan_standalone
    contrib/libs/clang${COMPILER_VERSION}-rt/lib/ubsan_standalone_cxx
)

END()