From cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc Mon Sep 17 00:00:00 2001 From: svidyuk Date: Wed, 30 Aug 2023 12:12:06 +0300 Subject: All .ll files support in LLVM_BC --- library/cpp/cppparser/CMakeLists.darwin-x86_64.txt | 17 ----------------- library/cpp/cppparser/CMakeLists.linux-aarch64.txt | 18 ------------------ library/cpp/cppparser/CMakeLists.linux-x86_64.txt | 18 ------------------ library/cpp/cppparser/CMakeLists.txt | 17 ----------------- library/cpp/cppparser/CMakeLists.windows-x86_64.txt | 17 ----------------- 5 files changed, 87 deletions(-) delete mode 100644 library/cpp/cppparser/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/cppparser/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/cppparser/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/cppparser/CMakeLists.txt delete mode 100644 library/cpp/cppparser/CMakeLists.windows-x86_64.txt (limited to 'library/cpp/cppparser') diff --git a/library/cpp/cppparser/CMakeLists.darwin-x86_64.txt b/library/cpp/cppparser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 73f1df8e6f7..00000000000 --- a/library/cpp/cppparser/CMakeLists.darwin-x86_64.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. - - - -add_library(library-cpp-cppparser) -target_link_libraries(library-cpp-cppparser PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cppparser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cppparser/parser.cpp -) diff --git a/library/cpp/cppparser/CMakeLists.linux-aarch64.txt b/library/cpp/cppparser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1e9530b77d9..00000000000 --- a/library/cpp/cppparser/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +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(library-cpp-cppparser) -target_link_libraries(library-cpp-cppparser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cppparser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cppparser/parser.cpp -) diff --git a/library/cpp/cppparser/CMakeLists.linux-x86_64.txt b/library/cpp/cppparser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1e9530b77d9..00000000000 --- a/library/cpp/cppparser/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +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(library-cpp-cppparser) -target_link_libraries(library-cpp-cppparser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cppparser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cppparser/parser.cpp -) diff --git a/library/cpp/cppparser/CMakeLists.txt b/library/cpp/cppparser/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/library/cpp/cppparser/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/library/cpp/cppparser/CMakeLists.windows-x86_64.txt b/library/cpp/cppparser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 73f1df8e6f7..00000000000 --- a/library/cpp/cppparser/CMakeLists.windows-x86_64.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. - - - -add_library(library-cpp-cppparser) -target_link_libraries(library-cpp-cppparser PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cppparser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cppparser/parser.cpp -) -- cgit v1.3