aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sanitizer/undefined/static/ya.make
blob: bab3149e740322e1cabbb1907804938d819b401f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

OWNER(g:devtools-contrib)

NO_UTIL()

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

END()