diff options
author | iaz1607 <iaz1607@yandex-team.com> | 2023-11-27 15:40:50 +0300 |
---|---|---|
committer | iaz1607 <iaz1607@yandex-team.com> | 2023-11-27 16:25:56 +0300 |
commit | 3536f8d1eba936f9bdd52a24cc3703e893c3c8da (patch) | |
tree | 2be392e365362a7f13d371826b1284ea2a72a781 | |
parent | 3925e80494b76ef9552f9f694a8d2fd2c2b22c19 (diff) | |
download | ydb-3536f8d1eba936f9bdd52a24cc3703e893c3c8da.tar.gz |
Add clang16 to opensource platform
https://paste.yandex-team.ru/055af56c-d3c6-4863-94f6-909229073b8c
-rw-r--r-- | build/platform/clang/clang16.json | 19 | ||||
-rw-r--r-- | build/platform/clang/ya.make | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/build/platform/clang/clang16.json b/build/platform/clang/clang16.json new file mode 100644 index 0000000000..6bbc732af4 --- /dev/null +++ b/build/platform/clang/clang16.json @@ -0,0 +1,19 @@ +{ + "by_platform": { + "darwin-arm64": { + "uri": "sbr:4597325249" + }, + "darwin-x86_64": { + "uri": "sbr:4597414760" + }, + "linux-aarch64": { + "uri": "sbr:4598408410" + }, + "linux-x86_64": { + "uri": "sbr:4597592901" + }, + "win32-x86_64": { + "uri": "sbr:4597657641" + } + } +} diff --git a/build/platform/clang/ya.make b/build/platform/clang/ya.make index a4d14ff898..fb7c97405b 100644 --- a/build/platform/clang/ya.make +++ b/build/platform/clang/ya.make @@ -2,9 +2,9 @@ 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) - DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG16 clang16.json) ENDIF() # This is the default clang to be used in llvm-version-independent cases |