aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/clang
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-03-21 19:39:35 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-03-21 19:52:15 +0300
commit166889b52cda6080ceb0ea8def1b77c5f8bde9b6 (patch)
treefd0b3ae712b824fdd35b50c80dd37d3773cb446d /build/platform/clang
parentaa70be1f69ca5d9eaf6380a95f0d79c30f6ec691 (diff)
downloadydb-166889b52cda6080ceb0ea8def1b77c5f8bde9b6.tar.gz
Use clang14 in LLVM_BC by default
It looks like every project was switched to llvm14 or newer ([codesearch query](https://a.yandex-team.ru/search?search=LLVM_BC%2814%257C%255Cb%29%2Cya.make%2C%2Carcadia%2C%2C200)). 0731af77758492a3905c835e8af06091a05d7a5a
Diffstat (limited to 'build/platform/clang')
-rw-r--r--build/platform/clang/clang11.json16
-rw-r--r--build/platform/clang/ya.make4
2 files changed, 0 insertions, 20 deletions
diff --git a/build/platform/clang/clang11.json b/build/platform/clang/clang11.json
deleted file mode 100644
index 3a15e9c1b9..0000000000
--- a/build/platform/clang/clang11.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "by_platform": {
- "darwin-arm64": {
- "uri": "sbr:2214720943"
- },
- "darwin-x86_64": {
- "uri": "sbr:2214542408"
- },
- "linux-x86_64": {
- "uri": "sbr:1886578148"
- },
- "win32-x86_64": {
- "uri": "sbr:2062930743"
- }
- }
-}
diff --git a/build/platform/clang/ya.make b/build/platform/clang/ya.make
index 45a171cdea..7f99cd1009 100644
--- a/build/platform/clang/ya.make
+++ b/build/platform/clang/ya.make
@@ -1,11 +1,7 @@
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)