aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sanitizer/undefined/static/ya.make
blob: 777db2f897be317cb397948d4546ae5e413ec9d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LIBRARY()

OWNER(g:devtools-contrib)

NO_UTIL()

IF (CLANG16)
    PEERDIR(
        contrib/libs/clang16-rt/lib/ubsan_standalone
        contrib/libs/clang16-rt/lib/ubsan_standalone_cxx
    )
ELSE()
    PEERDIR(
        contrib/libs/clang14-rt/lib/ubsan_standalone
        contrib/libs/clang14-rt/lib/ubsan_standalone_cxx
    )
ENDIF()

END()