summaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.25/src/runtime/asan/ya.make
blob: 4674809e85dcd6aa9e15f8e975d448f7f5c125d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# THIS FILE IS AUTOGENERATED, DO NOT EDIT !!!
# Generator: ya tool yamaker ym2; contrib/go/_std_{VER}/.yandex_meta/build.ym; contrib/go/yagogen/gen.py
# Docs: https://a.yandex-team.ru/arcadia/devtools/contrib/docs/toolchain_go.md

IF (CGO_ENABLED)
    GO_LIBRARY()
    PEERDIR(contrib/libs/clang${COMPILER_VERSION}-rt/lib/asan)
    CGO_SRCS(asan.go)
    END()
ENDIF()