aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/clang/ya.make
blob: fb7c97405bbe0488a81b3085e7edb1b24ce40f1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
RESOURCES_LIBRARY()

DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG11 clang11.json)
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG14 clang14.json)
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG16 clang16.json)
IF (NOT OPENSOURCE)
    DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG12 clang12.json)
ENDIF()

# This is the default clang to be used in llvm-version-independent cases
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG clang14.json)

IF (OS_ANDROID)
    DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE(
    CLANG_ANDROID # Clang 12
    sbr:2554889297 FOR LINUX
    sbr:2554895399 FOR DARWIN
)
ENDIF()

END()