aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src
diff options
context:
space:
mode:
authorsvidyuk <svidyuk@yandex-team.com>2023-08-30 12:12:06 +0300
committersvidyuk <svidyuk@yandex-team.com>2023-08-30 12:42:20 +0300
commitcb3da9494c53283f0230ad37e4e8d0ea61b7d8fc (patch)
tree98d10bf793b8e006a638ce08ed73a53b980b3828 /contrib/libs/grpc/src
parentd7212c5b8f972c2ad657311361a3bd1b136f2c5f (diff)
downloadydb-cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc.tar.gz
All .ll files support in LLVM_BC
Diffstat (limited to 'contrib/libs/grpc/src')
-rw-r--r--contrib/libs/grpc/src/CMakeLists.txt9
-rw-r--r--contrib/libs/grpc/src/compiler/CMakeLists.txt9
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.darwin-x86_64.txt37
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-aarch64.txt38
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-x86_64.txt38
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt17
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.windows-x86_64.txt36
7 files changed, 0 insertions, 184 deletions
diff --git a/contrib/libs/grpc/src/CMakeLists.txt b/contrib/libs/grpc/src/CMakeLists.txt
deleted file mode 100644
index 8da768dff0..0000000000
--- a/contrib/libs/grpc/src/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-add_subdirectory(compiler)
diff --git a/contrib/libs/grpc/src/compiler/CMakeLists.txt b/contrib/libs/grpc/src/compiler/CMakeLists.txt
deleted file mode 100644
index 439054ac67..0000000000
--- a/contrib/libs/grpc/src/compiler/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-add_subdirectory(grpc_plugin_support)
diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.darwin-x86_64.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.darwin-x86_64.txt
deleted file mode 100644
index 404dcf27e6..0000000000
--- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.darwin-x86_64.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(src-compiler-grpc_plugin_support)
-target_compile_options(src-compiler-grpc_plugin_support PRIVATE
- -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_include_directories(src-compiler-grpc_plugin_support PUBLIC
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include
-)
-target_include_directories(src-compiler-grpc_plugin_support PRIVATE
- ${CMAKE_BINARY_DIR}/contrib/libs/grpc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc
-)
-target_link_libraries(src-compiler-grpc_plugin_support PUBLIC
- contrib-libs-cxxsupp
- yutil
- contrib-libs-protobuf
- contrib-libs-protoc
-)
-target_sources(src-compiler-grpc_plugin_support PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/csharp_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/node_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/objective_c_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/php_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/proto_parser_helper.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/python_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/ruby_generator.cc
-)
diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-aarch64.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-aarch64.txt
deleted file mode 100644
index 4474817478..0000000000
--- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-aarch64.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(src-compiler-grpc_plugin_support)
-target_compile_options(src-compiler-grpc_plugin_support PRIVATE
- -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_include_directories(src-compiler-grpc_plugin_support PUBLIC
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include
-)
-target_include_directories(src-compiler-grpc_plugin_support PRIVATE
- ${CMAKE_BINARY_DIR}/contrib/libs/grpc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc
-)
-target_link_libraries(src-compiler-grpc_plugin_support PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- contrib-libs-protobuf
- contrib-libs-protoc
-)
-target_sources(src-compiler-grpc_plugin_support PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/csharp_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/node_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/objective_c_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/php_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/proto_parser_helper.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/python_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/ruby_generator.cc
-)
diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-x86_64.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-x86_64.txt
deleted file mode 100644
index 4474817478..0000000000
--- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-x86_64.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(src-compiler-grpc_plugin_support)
-target_compile_options(src-compiler-grpc_plugin_support PRIVATE
- -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_include_directories(src-compiler-grpc_plugin_support PUBLIC
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include
-)
-target_include_directories(src-compiler-grpc_plugin_support PRIVATE
- ${CMAKE_BINARY_DIR}/contrib/libs/grpc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc
-)
-target_link_libraries(src-compiler-grpc_plugin_support PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- contrib-libs-protobuf
- contrib-libs-protoc
-)
-target_sources(src-compiler-grpc_plugin_support PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/csharp_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/node_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/objective_c_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/php_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/proto_parser_helper.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/python_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/ruby_generator.cc
-)
diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt
deleted file mode 100644
index f8b31df0c1..0000000000
--- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-aarch64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin-x86_64.txt)
-elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA)
- include(CMakeLists.windows-x86_64.txt)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-x86_64.txt)
-endif()
diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.windows-x86_64.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.windows-x86_64.txt
deleted file mode 100644
index 5106119c53..0000000000
--- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.windows-x86_64.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(src-compiler-grpc_plugin_support)
-target_compile_options(src-compiler-grpc_plugin_support PRIVATE
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_include_directories(src-compiler-grpc_plugin_support PUBLIC
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include
-)
-target_include_directories(src-compiler-grpc_plugin_support PRIVATE
- ${CMAKE_BINARY_DIR}/contrib/libs/grpc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc
-)
-target_link_libraries(src-compiler-grpc_plugin_support PUBLIC
- contrib-libs-cxxsupp
- yutil
- contrib-libs-protobuf
- contrib-libs-protoc
-)
-target_sources(src-compiler-grpc_plugin_support PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/csharp_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/node_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/objective_c_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/php_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/proto_parser_helper.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/python_generator.cc
- ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/ruby_generator.cc
-)