diff options
author | svidyuk <svidyuk@yandex-team.com> | 2023-08-30 12:12:06 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2023-08-30 12:42:20 +0300 |
commit | cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc (patch) | |
tree | 98d10bf793b8e006a638ce08ed73a53b980b3828 /contrib | |
parent | d7212c5b8f972c2ad657311361a3bd1b136f2c5f (diff) | |
download | ydb-cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc.tar.gz |
All .ll files support in LLVM_BC
Diffstat (limited to 'contrib')
99 files changed, 880 insertions, 9004 deletions
diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 8ff9dff7005..3176999e568 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -8,4 +8,3 @@ add_subdirectory(libs) add_subdirectory(restricted) -add_subdirectory(tools) diff --git a/contrib/libs/CMakeLists.linux-aarch64.txt b/contrib/libs/CMakeLists.linux-aarch64.txt index ced3728c581..ef6acdf77a3 100644 --- a/contrib/libs/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/CMakeLists.linux-aarch64.txt @@ -49,7 +49,6 @@ add_subdirectory(openldap) add_subdirectory(opentelemetry-proto) add_subdirectory(pcre) add_subdirectory(pdqsort) -add_subdirectory(pfr) add_subdirectory(poco) add_subdirectory(protobuf) add_subdirectory(protoc) diff --git a/contrib/libs/CMakeLists.linux-x86_64.txt b/contrib/libs/CMakeLists.linux-x86_64.txt index a1dec91afd1..5da95368b02 100644 --- a/contrib/libs/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/CMakeLists.linux-x86_64.txt @@ -50,7 +50,6 @@ add_subdirectory(openldap) add_subdirectory(opentelemetry-proto) add_subdirectory(pcre) add_subdirectory(pdqsort) -add_subdirectory(pfr) add_subdirectory(poco) add_subdirectory(protobuf) add_subdirectory(protoc) diff --git a/contrib/libs/apache/arrow/CMakeLists.darwin-x86_64.txt b/contrib/libs/apache/arrow/CMakeLists.darwin-x86_64.txt index d00e982afda..2a0ec3d794a 100644 --- a/contrib/libs/apache/arrow/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/apache/arrow/CMakeLists.darwin-x86_64.txt @@ -7,42 +7,6 @@ find_package(ZLIB REQUIRED) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) add_library(libs-apache-arrow) target_compile_options(libs-apache-arrow PUBLIC diff --git a/contrib/libs/apache/arrow/CMakeLists.linux-aarch64.txt b/contrib/libs/apache/arrow/CMakeLists.linux-aarch64.txt index 7787cf4cfe9..410a6098547 100644 --- a/contrib/libs/apache/arrow/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/apache/arrow/CMakeLists.linux-aarch64.txt @@ -7,42 +7,6 @@ find_package(ZLIB REQUIRED) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) add_library(libs-apache-arrow) target_compile_options(libs-apache-arrow PUBLIC diff --git a/contrib/libs/apache/arrow/CMakeLists.linux-x86_64.txt b/contrib/libs/apache/arrow/CMakeLists.linux-x86_64.txt index 7787cf4cfe9..410a6098547 100644 --- a/contrib/libs/apache/arrow/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/apache/arrow/CMakeLists.linux-x86_64.txt @@ -7,42 +7,6 @@ find_package(ZLIB REQUIRED) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) add_library(libs-apache-arrow) target_compile_options(libs-apache-arrow PUBLIC diff --git a/contrib/libs/apache/arrow/CMakeLists.windows-x86_64.txt b/contrib/libs/apache/arrow/CMakeLists.windows-x86_64.txt index 04df7d46c3a..7081c1a4ba0 100644 --- a/contrib/libs/apache/arrow/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/apache/arrow/CMakeLists.windows-x86_64.txt @@ -7,42 +7,6 @@ find_package(ZLIB REQUIRED) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) add_library(libs-apache-arrow) target_compile_options(libs-apache-arrow PUBLIC diff --git a/contrib/libs/apache/orc/CMakeLists.darwin-x86_64.txt b/contrib/libs/apache/orc/CMakeLists.darwin-x86_64.txt index 45e01d7a291..8cbea4aeb82 100644 --- a/contrib/libs/apache/orc/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/apache/orc/CMakeLists.darwin-x86_64.txt @@ -7,18 +7,6 @@ find_package(ZLIB REQUIRED) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(libs-apache-orc) target_compile_options(libs-apache-orc PRIVATE diff --git a/contrib/libs/apache/orc/CMakeLists.linux-aarch64.txt b/contrib/libs/apache/orc/CMakeLists.linux-aarch64.txt index 1a7d3d48e7c..5a76ebf642d 100644 --- a/contrib/libs/apache/orc/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/apache/orc/CMakeLists.linux-aarch64.txt @@ -7,18 +7,6 @@ find_package(ZLIB REQUIRED) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(libs-apache-orc) target_compile_options(libs-apache-orc PRIVATE diff --git a/contrib/libs/apache/orc/CMakeLists.linux-x86_64.txt b/contrib/libs/apache/orc/CMakeLists.linux-x86_64.txt index 1a7d3d48e7c..5a76ebf642d 100644 --- a/contrib/libs/apache/orc/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/apache/orc/CMakeLists.linux-x86_64.txt @@ -7,18 +7,6 @@ find_package(ZLIB REQUIRED) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(libs-apache-orc) target_compile_options(libs-apache-orc PRIVATE diff --git a/contrib/libs/apache/orc/CMakeLists.windows-x86_64.txt b/contrib/libs/apache/orc/CMakeLists.windows-x86_64.txt index 45e01d7a291..8cbea4aeb82 100644 --- a/contrib/libs/apache/orc/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/apache/orc/CMakeLists.windows-x86_64.txt @@ -7,18 +7,6 @@ find_package(ZLIB REQUIRED) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(libs-apache-orc) target_compile_options(libs-apache-orc PRIVATE diff --git a/contrib/libs/cctz/tzdata/CMakeLists.darwin-x86_64.txt b/contrib/libs/cctz/tzdata/CMakeLists.darwin-x86_64.txt index 6fe8fed51dc..bf3ba4c5775 100644 --- a/contrib/libs/cctz/tzdata/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/cctz/tzdata/CMakeLists.darwin-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) add_library(libs-cctz-tzdata INTERFACE) target_link_libraries(libs-cctz-tzdata INTERFACE diff --git a/contrib/libs/cctz/tzdata/CMakeLists.linux-aarch64.txt b/contrib/libs/cctz/tzdata/CMakeLists.linux-aarch64.txt index 01c35d8023d..25bb5aa5383 100644 --- a/contrib/libs/cctz/tzdata/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/cctz/tzdata/CMakeLists.linux-aarch64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) add_library(libs-cctz-tzdata INTERFACE) target_link_libraries(libs-cctz-tzdata INTERFACE diff --git a/contrib/libs/cctz/tzdata/CMakeLists.linux-x86_64.txt b/contrib/libs/cctz/tzdata/CMakeLists.linux-x86_64.txt index 01c35d8023d..25bb5aa5383 100644 --- a/contrib/libs/cctz/tzdata/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/cctz/tzdata/CMakeLists.linux-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) add_library(libs-cctz-tzdata INTERFACE) target_link_libraries(libs-cctz-tzdata INTERFACE diff --git a/contrib/libs/cctz/tzdata/CMakeLists.windows-x86_64.txt b/contrib/libs/cctz/tzdata/CMakeLists.windows-x86_64.txt index 6fe8fed51dc..bf3ba4c5775 100644 --- a/contrib/libs/cctz/tzdata/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/cctz/tzdata/CMakeLists.windows-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) add_library(libs-cctz-tzdata INTERFACE) target_link_libraries(libs-cctz-tzdata INTERFACE diff --git a/contrib/libs/flatbuffers/CMakeLists.darwin-x86_64.txt b/contrib/libs/flatbuffers/CMakeLists.darwin-x86_64.txt index 506517c6951..cd594fcccf3 100644 --- a/contrib/libs/flatbuffers/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/flatbuffers/CMakeLists.darwin-x86_64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -add_subdirectory(flatc) add_library(contrib-libs-flatbuffers) target_compile_options(contrib-libs-flatbuffers PRIVATE diff --git a/contrib/libs/flatbuffers/CMakeLists.linux-aarch64.txt b/contrib/libs/flatbuffers/CMakeLists.linux-aarch64.txt index 8bf1b6647ca..b9fc8544878 100644 --- a/contrib/libs/flatbuffers/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/flatbuffers/CMakeLists.linux-aarch64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -add_subdirectory(flatc) add_library(contrib-libs-flatbuffers) target_compile_options(contrib-libs-flatbuffers PRIVATE diff --git a/contrib/libs/flatbuffers/CMakeLists.linux-x86_64.txt b/contrib/libs/flatbuffers/CMakeLists.linux-x86_64.txt index 8bf1b6647ca..b9fc8544878 100644 --- a/contrib/libs/flatbuffers/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/flatbuffers/CMakeLists.linux-x86_64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -add_subdirectory(flatc) add_library(contrib-libs-flatbuffers) target_compile_options(contrib-libs-flatbuffers PRIVATE diff --git a/contrib/libs/flatbuffers/CMakeLists.windows-x86_64.txt b/contrib/libs/flatbuffers/CMakeLists.windows-x86_64.txt index 506517c6951..cd594fcccf3 100644 --- a/contrib/libs/flatbuffers/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/flatbuffers/CMakeLists.windows-x86_64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -add_subdirectory(flatc) add_library(contrib-libs-flatbuffers) target_compile_options(contrib-libs-flatbuffers PRIVATE diff --git a/contrib/libs/flatbuffers/flatc/CMakeLists.darwin-x86_64.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 60468b3dcd6..00000000000 --- a/contrib/libs/flatbuffers/flatc/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,61 +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(libs-flatbuffers-flatc) -target_compile_options(libs-flatbuffers-flatc PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(libs-flatbuffers-flatc PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/go_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/swift_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/ts_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/annotated_binary_text_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_nim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/binary_annotator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/code_generators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_binary_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_name_saving_file_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp_yandex_maps_iter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_csharp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_dart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_fbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_go.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_grpc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_java.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_json_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_kotlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lobster.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_php.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_python.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_rust.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_swift.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_ts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/flatc/CMakeLists.linux-aarch64.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8e7b7f01052..00000000000 --- a/contrib/libs/flatbuffers/flatc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,62 +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(libs-flatbuffers-flatc) -target_compile_options(libs-flatbuffers-flatc PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(libs-flatbuffers-flatc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/go_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/swift_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/ts_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/annotated_binary_text_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_nim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/binary_annotator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/code_generators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_binary_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_name_saving_file_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp_yandex_maps_iter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_csharp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_dart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_fbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_go.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_grpc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_java.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_json_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_kotlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lobster.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_php.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_python.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_rust.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_swift.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_ts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/flatc/CMakeLists.linux-x86_64.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8e7b7f01052..00000000000 --- a/contrib/libs/flatbuffers/flatc/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,62 +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(libs-flatbuffers-flatc) -target_compile_options(libs-flatbuffers-flatc PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(libs-flatbuffers-flatc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/go_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/swift_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/ts_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/annotated_binary_text_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_nim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/binary_annotator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/code_generators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_binary_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_name_saving_file_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp_yandex_maps_iter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_csharp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_dart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_fbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_go.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_grpc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_java.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_json_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_kotlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lobster.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_php.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_python.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_rust.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_swift.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_ts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/flatc/CMakeLists.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/contrib/libs/flatbuffers/flatc/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/flatbuffers/flatc/CMakeLists.windows-x86_64.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 60468b3dcd6..00000000000 --- a/contrib/libs/flatbuffers/flatc/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,61 +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(libs-flatbuffers-flatc) -target_compile_options(libs-flatbuffers-flatc PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(libs-flatbuffers-flatc PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/go_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/swift_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/ts_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/annotated_binary_text_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_nim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/binary_annotator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/code_generators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_binary_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_name_saving_file_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp_yandex_maps_iter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_csharp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_dart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_fbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_go.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_grpc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_java.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_json_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_kotlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lobster.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_php.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_python.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_rust.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_swift.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_ts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/googleapis-common-protos/CMakeLists.darwin-x86_64.txt b/contrib/libs/googleapis-common-protos/CMakeLists.darwin-x86_64.txt index 77de4ef62f7..494f8c8dd51 100644 --- a/contrib/libs/googleapis-common-protos/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/googleapis-common-protos/CMakeLists.darwin-x86_64.txt @@ -6,744 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(contrib-libs-googleapis-common-protos) set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY @@ -838,7 +100,3 @@ target_proto_outs(contrib-libs-googleapis-common-protos --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos ) -target_proto_plugin(contrib-libs-googleapis-common-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/googleapis-common-protos/CMakeLists.linux-aarch64.txt b/contrib/libs/googleapis-common-protos/CMakeLists.linux-aarch64.txt index 4b72c3000c7..899a24b8a49 100644 --- a/contrib/libs/googleapis-common-protos/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/googleapis-common-protos/CMakeLists.linux-aarch64.txt @@ -6,744 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(contrib-libs-googleapis-common-protos) set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY @@ -839,7 +101,3 @@ target_proto_outs(contrib-libs-googleapis-common-protos --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos ) -target_proto_plugin(contrib-libs-googleapis-common-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/googleapis-common-protos/CMakeLists.linux-x86_64.txt b/contrib/libs/googleapis-common-protos/CMakeLists.linux-x86_64.txt index 4b72c3000c7..899a24b8a49 100644 --- a/contrib/libs/googleapis-common-protos/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/googleapis-common-protos/CMakeLists.linux-x86_64.txt @@ -6,744 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(contrib-libs-googleapis-common-protos) set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY @@ -839,7 +101,3 @@ target_proto_outs(contrib-libs-googleapis-common-protos --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos ) -target_proto_plugin(contrib-libs-googleapis-common-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/googleapis-common-protos/CMakeLists.windows-x86_64.txt b/contrib/libs/googleapis-common-protos/CMakeLists.windows-x86_64.txt index 77de4ef62f7..494f8c8dd51 100644 --- a/contrib/libs/googleapis-common-protos/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/googleapis-common-protos/CMakeLists.windows-x86_64.txt @@ -6,744 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(contrib-libs-googleapis-common-protos) set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY @@ -838,7 +100,3 @@ target_proto_outs(contrib-libs-googleapis-common-protos --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos ) -target_proto_plugin(contrib-libs-googleapis-common-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/grpc/CMakeLists.darwin-x86_64.txt b/contrib/libs/grpc/CMakeLists.darwin-x86_64.txt index 572d29d4205..84c8d727f77 100644 --- a/contrib/libs/grpc/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/grpc/CMakeLists.darwin-x86_64.txt @@ -9,7 +9,6 @@ find_package(OpenSSL REQUIRED) find_package(ZLIB REQUIRED) find_package(c-ares REQUIRED) -add_subdirectory(src) add_subdirectory(third_party) add_library(contrib-libs-grpc) diff --git a/contrib/libs/grpc/CMakeLists.linux-aarch64.txt b/contrib/libs/grpc/CMakeLists.linux-aarch64.txt index db254378e1f..d7cc5081b75 100644 --- a/contrib/libs/grpc/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/grpc/CMakeLists.linux-aarch64.txt @@ -9,7 +9,6 @@ find_package(OpenSSL REQUIRED) find_package(ZLIB REQUIRED) find_package(c-ares REQUIRED) -add_subdirectory(src) add_subdirectory(third_party) add_library(contrib-libs-grpc) diff --git a/contrib/libs/grpc/CMakeLists.linux-x86_64.txt b/contrib/libs/grpc/CMakeLists.linux-x86_64.txt index db254378e1f..d7cc5081b75 100644 --- a/contrib/libs/grpc/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/grpc/CMakeLists.linux-x86_64.txt @@ -9,7 +9,6 @@ find_package(OpenSSL REQUIRED) find_package(ZLIB REQUIRED) find_package(c-ares REQUIRED) -add_subdirectory(src) add_subdirectory(third_party) add_library(contrib-libs-grpc) diff --git a/contrib/libs/grpc/CMakeLists.windows-x86_64.txt b/contrib/libs/grpc/CMakeLists.windows-x86_64.txt index be7c6442d89..59a6cdca12c 100644 --- a/contrib/libs/grpc/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/grpc/CMakeLists.windows-x86_64.txt @@ -9,7 +9,6 @@ find_package(OpenSSL REQUIRED) find_package(ZLIB REQUIRED) find_package(c-ares REQUIRED) -add_subdirectory(src) add_subdirectory(third_party) add_library(contrib-libs-grpc) diff --git a/contrib/libs/grpc/src/CMakeLists.txt b/contrib/libs/grpc/src/CMakeLists.txt deleted file mode 100644 index 8da768dff0b..00000000000 --- 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 439054ac67f..00000000000 --- 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 404dcf27e66..00000000000 --- 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 44748174782..00000000000 --- 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 44748174782..00000000000 --- 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 f8b31df0c11..00000000000 --- 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 5106119c534..00000000000 --- 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 -) diff --git a/contrib/libs/llvm12/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/CMakeLists.darwin-x86_64.txt index 953c61faacd..c60e684fdcb 100644 --- a/contrib/libs/llvm12/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/llvm12/CMakeLists.darwin-x86_64.txt @@ -8,7 +8,6 @@ add_subdirectory(include) add_subdirectory(lib) -add_subdirectory(utils) add_library(contrib-libs-llvm12 INTERFACE) target_include_directories(contrib-libs-llvm12 INTERFACE diff --git a/contrib/libs/llvm12/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/CMakeLists.linux-aarch64.txt index 21e1679e2d6..22fc5e15d0f 100644 --- a/contrib/libs/llvm12/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/llvm12/CMakeLists.linux-aarch64.txt @@ -8,7 +8,6 @@ add_subdirectory(include) add_subdirectory(lib) -add_subdirectory(utils) add_library(contrib-libs-llvm12 INTERFACE) target_include_directories(contrib-libs-llvm12 INTERFACE diff --git a/contrib/libs/llvm12/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/CMakeLists.linux-x86_64.txt index 21e1679e2d6..22fc5e15d0f 100644 --- a/contrib/libs/llvm12/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/llvm12/CMakeLists.linux-x86_64.txt @@ -8,7 +8,6 @@ add_subdirectory(include) add_subdirectory(lib) -add_subdirectory(utils) add_library(contrib-libs-llvm12 INTERFACE) target_include_directories(contrib-libs-llvm12 INTERFACE diff --git a/contrib/libs/llvm12/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/CMakeLists.windows-x86_64.txt index 953c61faacd..c60e684fdcb 100644 --- a/contrib/libs/llvm12/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/llvm12/CMakeLists.windows-x86_64.txt @@ -8,7 +8,6 @@ add_subdirectory(include) add_subdirectory(lib) -add_subdirectory(utils) add_library(contrib-libs-llvm12 INTERFACE) target_include_directories(contrib-libs-llvm12 INTERFACE diff --git a/contrib/libs/llvm12/include/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/include/CMakeLists.darwin-x86_64.txt index 7ea3024199a..97100af1807 100644 --- a/contrib/libs/llvm12/include/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/llvm12/include/CMakeLists.darwin-x86_64.txt @@ -6,660 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) add_library(libs-llvm12-include STATIC) set_property(TARGET libs-llvm12-include PROPERTY @@ -785,11 +131,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-decl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC @@ -809,11 +155,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-decl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP @@ -832,11 +178,11 @@ add_custom_command( ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-attrs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -873,11 +219,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -914,11 +260,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -955,11 +301,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=aarch64 -I @@ -997,11 +343,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=amdgcn -I @@ -1039,11 +385,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=arm -I @@ -1081,11 +427,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=bpf -I @@ -1123,11 +469,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=hexagon -I @@ -1165,11 +511,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=mips -I @@ -1207,11 +553,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=nvvm -I @@ -1249,11 +595,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=ppc -I @@ -1291,11 +637,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=r600 -I @@ -1333,11 +679,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=riscv -I @@ -1375,11 +721,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=s390 -I @@ -1417,11 +763,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=ve -I @@ -1459,11 +805,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=wasm -I @@ -1501,11 +847,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=x86 -I @@ -1543,11 +889,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=xcore -I @@ -1568,11 +914,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC @@ -1592,11 +938,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP @@ -1679,11 +1025,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -1768,11 +1114,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -1857,11 +1203,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I @@ -1947,11 +1293,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2036,11 +1382,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2126,11 +1472,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2215,11 +1561,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2304,11 +1650,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2393,11 +1739,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2482,11 +1828,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2571,11 +1917,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2660,11 +2006,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-pseudo-lowering -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2749,11 +2095,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel-combiner -combiners=AArch64PostLegalizerCombinerHelper -I @@ -2839,11 +2185,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel-combiner -combiners=AArch64PostLegalizerLoweringHelper -I @@ -2929,11 +2275,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel-combiner -combiners=AArch64PreLegalizerCombinerHelper -I @@ -3019,11 +2365,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3108,11 +2454,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3197,11 +2543,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3286,11 +2632,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-searchable-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3365,11 +2711,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3444,11 +2790,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3523,11 +2869,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3602,11 +2948,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3682,11 +3028,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3761,11 +3107,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3840,11 +3186,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3919,11 +3265,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3998,11 +3344,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4077,11 +3423,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-pseudo-lowering -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4156,11 +3502,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4235,11 +3581,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4314,11 +3660,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4393,11 +3739,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-searchable-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4452,11 +3798,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4511,11 +3857,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4570,11 +3916,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4629,11 +3975,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4689,11 +4035,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4748,11 +4094,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4807,11 +4153,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4866,11 +4212,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4925,11 +4271,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4984,11 +4330,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5043,11 +4389,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5103,11 +4449,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5162,11 +4508,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5221,11 +4567,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5302,11 +4648,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5383,11 +4729,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5464,11 +4810,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5545,11 +4891,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5627,11 +4973,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5708,11 +5054,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5789,11 +5135,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5870,11 +5216,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5951,11 +5297,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6032,11 +5378,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6113,11 +5459,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6194,11 +5540,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6275,11 +5621,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6374,11 +5720,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6473,11 +5819,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6572,11 +5918,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I @@ -6672,11 +6018,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6771,11 +6117,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6871,11 +6217,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6970,11 +6316,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-x86-EVEX2VEX-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7069,11 +6415,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7168,11 +6514,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7267,11 +6613,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7366,11 +6712,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7466,11 +6812,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7565,11 +6911,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7664,11 +7010,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7690,11 +7036,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool @@ -7714,11 +7060,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib @@ -7738,11 +7084,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil @@ -7762,11 +7108,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres @@ -7786,11 +7132,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo @@ -7810,11 +7156,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml @@ -7834,11 +7180,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt @@ -7858,11 +7204,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7882,11 +7228,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7907,11 +7253,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7932,11 +7278,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7956,11 +7302,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc @@ -7980,11 +7326,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer @@ -7997,11 +7343,6 @@ add_custom_command( -d ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d ) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(libs-llvm12-include - llvm-tblgen -) -endif() add_custom_target(OpenMP-gen-srcs-stealing DEPENDS ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp ) diff --git a/contrib/libs/llvm12/include/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/include/CMakeLists.linux-aarch64.txt index 468c652df5d..ad15f112ffd 100644 --- a/contrib/libs/llvm12/include/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/llvm12/include/CMakeLists.linux-aarch64.txt @@ -6,660 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) add_library(libs-llvm12-include STATIC) set_property(TARGET libs-llvm12-include PROPERTY @@ -786,11 +132,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-decl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC @@ -810,11 +156,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-decl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP @@ -833,11 +179,11 @@ add_custom_command( ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-attrs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -874,11 +220,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -915,11 +261,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -956,11 +302,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=aarch64 -I @@ -998,11 +344,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=amdgcn -I @@ -1040,11 +386,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=arm -I @@ -1082,11 +428,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=bpf -I @@ -1124,11 +470,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=hexagon -I @@ -1166,11 +512,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=mips -I @@ -1208,11 +554,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=nvvm -I @@ -1250,11 +596,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=ppc -I @@ -1292,11 +638,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=r600 -I @@ -1334,11 +680,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=riscv -I @@ -1376,11 +722,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=s390 -I @@ -1418,11 +764,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=ve -I @@ -1460,11 +806,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=wasm -I @@ -1502,11 +848,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=x86 -I @@ -1544,11 +890,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=xcore -I @@ -1569,11 +915,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC @@ -1593,11 +939,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP @@ -1680,11 +1026,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -1769,11 +1115,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -1858,11 +1204,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I @@ -1948,11 +1294,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2037,11 +1383,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2127,11 +1473,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2216,11 +1562,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2305,11 +1651,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2394,11 +1740,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2483,11 +1829,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2572,11 +1918,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2661,11 +2007,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-pseudo-lowering -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2750,11 +2096,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel-combiner -combiners=AArch64PostLegalizerCombinerHelper -I @@ -2840,11 +2186,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel-combiner -combiners=AArch64PostLegalizerLoweringHelper -I @@ -2930,11 +2276,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel-combiner -combiners=AArch64PreLegalizerCombinerHelper -I @@ -3020,11 +2366,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3109,11 +2455,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3198,11 +2544,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3287,11 +2633,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-searchable-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3366,11 +2712,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3445,11 +2791,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3524,11 +2870,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3603,11 +2949,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3683,11 +3029,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3762,11 +3108,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3841,11 +3187,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3920,11 +3266,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3999,11 +3345,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4078,11 +3424,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-pseudo-lowering -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4157,11 +3503,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4236,11 +3582,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4315,11 +3661,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4394,11 +3740,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-searchable-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4453,11 +3799,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4512,11 +3858,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4571,11 +3917,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4630,11 +3976,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4690,11 +4036,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4749,11 +4095,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4808,11 +4154,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4867,11 +4213,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4926,11 +4272,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4985,11 +4331,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5044,11 +4390,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5104,11 +4450,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5163,11 +4509,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5222,11 +4568,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5303,11 +4649,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5384,11 +4730,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5465,11 +4811,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5546,11 +4892,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5628,11 +4974,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5709,11 +5055,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5790,11 +5136,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5871,11 +5217,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5952,11 +5298,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6033,11 +5379,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6114,11 +5460,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6195,11 +5541,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6276,11 +5622,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6375,11 +5721,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6474,11 +5820,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6573,11 +5919,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I @@ -6673,11 +6019,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6772,11 +6118,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6872,11 +6218,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6971,11 +6317,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-x86-EVEX2VEX-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7070,11 +6416,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7169,11 +6515,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7268,11 +6614,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7367,11 +6713,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7467,11 +6813,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7566,11 +6912,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7665,11 +7011,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7691,11 +7037,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool @@ -7715,11 +7061,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib @@ -7739,11 +7085,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil @@ -7763,11 +7109,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres @@ -7787,11 +7133,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo @@ -7811,11 +7157,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml @@ -7835,11 +7181,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt @@ -7859,11 +7205,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7883,11 +7229,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7908,11 +7254,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7933,11 +7279,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7957,11 +7303,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc @@ -7981,11 +7327,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer @@ -7998,11 +7344,6 @@ add_custom_command( -d ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d ) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(libs-llvm12-include - llvm-tblgen -) -endif() add_custom_target(OpenMP-gen-srcs-stealing DEPENDS ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp ) diff --git a/contrib/libs/llvm12/include/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/include/CMakeLists.linux-x86_64.txt index 468c652df5d..ad15f112ffd 100644 --- a/contrib/libs/llvm12/include/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/llvm12/include/CMakeLists.linux-x86_64.txt @@ -6,660 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) add_library(libs-llvm12-include STATIC) set_property(TARGET libs-llvm12-include PROPERTY @@ -786,11 +132,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-decl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC @@ -810,11 +156,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-decl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP @@ -833,11 +179,11 @@ add_custom_command( ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-attrs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -874,11 +220,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -915,11 +261,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -956,11 +302,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=aarch64 -I @@ -998,11 +344,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=amdgcn -I @@ -1040,11 +386,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=arm -I @@ -1082,11 +428,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=bpf -I @@ -1124,11 +470,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=hexagon -I @@ -1166,11 +512,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=mips -I @@ -1208,11 +554,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=nvvm -I @@ -1250,11 +596,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=ppc -I @@ -1292,11 +638,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=r600 -I @@ -1334,11 +680,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=riscv -I @@ -1376,11 +722,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=s390 -I @@ -1418,11 +764,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=ve -I @@ -1460,11 +806,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=wasm -I @@ -1502,11 +848,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=x86 -I @@ -1544,11 +890,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=xcore -I @@ -1569,11 +915,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC @@ -1593,11 +939,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen --gen-directive-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP @@ -1680,11 +1026,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -1769,11 +1115,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -1858,11 +1204,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I @@ -1948,11 +1294,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2037,11 +1383,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2127,11 +1473,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2216,11 +1562,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2305,11 +1651,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2394,11 +1740,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2483,11 +1829,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2572,11 +1918,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2661,11 +2007,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-pseudo-lowering -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2750,11 +2096,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel-combiner -combiners=AArch64PostLegalizerCombinerHelper -I @@ -2840,11 +2186,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel-combiner -combiners=AArch64PostLegalizerLoweringHelper -I @@ -2930,11 +2276,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel-combiner -combiners=AArch64PreLegalizerCombinerHelper -I @@ -3020,11 +2366,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3109,11 +2455,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3198,11 +2544,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3287,11 +2633,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-searchable-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3366,11 +2712,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3445,11 +2791,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3524,11 +2870,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3603,11 +2949,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3683,11 +3029,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3762,11 +3108,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3841,11 +3187,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3920,11 +3266,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3999,11 +3345,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4078,11 +3424,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-pseudo-lowering -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4157,11 +3503,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4236,11 +3582,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4315,11 +3661,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4394,11 +3740,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-searchable-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4453,11 +3799,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4512,11 +3858,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4571,11 +3917,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4630,11 +3976,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4690,11 +4036,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4749,11 +4095,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4808,11 +4154,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4867,11 +4213,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4926,11 +4272,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4985,11 +4331,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5044,11 +4390,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5104,11 +4450,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5163,11 +4509,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5222,11 +4568,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5303,11 +4649,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5384,11 +4730,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5465,11 +4811,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5546,11 +4892,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5628,11 +4974,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5709,11 +5055,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5790,11 +5136,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5871,11 +5217,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5952,11 +5298,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6033,11 +5379,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6114,11 +5460,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6195,11 +5541,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6276,11 +5622,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6375,11 +5721,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6474,11 +5820,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6573,11 +5919,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I @@ -6673,11 +6019,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6772,11 +6118,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6872,11 +6218,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6971,11 +6317,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-x86-EVEX2VEX-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7070,11 +6416,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7169,11 +6515,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7268,11 +6614,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7367,11 +6713,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7467,11 +6813,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7566,11 +6912,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7665,11 +7011,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7691,11 +7037,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool @@ -7715,11 +7061,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib @@ -7739,11 +7085,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil @@ -7763,11 +7109,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres @@ -7787,11 +7133,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo @@ -7811,11 +7157,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml @@ -7835,11 +7181,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt @@ -7859,11 +7205,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7883,11 +7229,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7908,11 +7254,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7933,11 +7279,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7957,11 +7303,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc @@ -7981,11 +7327,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer @@ -7998,11 +7344,6 @@ add_custom_command( -d ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d ) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(libs-llvm12-include - llvm-tblgen -) -endif() add_custom_target(OpenMP-gen-srcs-stealing DEPENDS ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp ) diff --git a/contrib/libs/llvm12/include/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/include/CMakeLists.windows-x86_64.txt index 7ea3024199a..9266e3d4770 100644 --- a/contrib/libs/llvm12/include/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/llvm12/include/CMakeLists.windows-x86_64.txt @@ -6,660 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) add_library(libs-llvm12-include STATIC) set_property(TARGET libs-llvm12-include PROPERTY @@ -785,11 +131,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe --gen-directive-decl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC @@ -809,11 +155,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe --gen-directive-decl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP @@ -832,11 +178,11 @@ add_custom_command( ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-attrs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -873,11 +219,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -914,11 +260,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR @@ -955,11 +301,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=aarch64 -I @@ -997,11 +343,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=amdgcn -I @@ -1039,11 +385,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=arm -I @@ -1081,11 +427,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=bpf -I @@ -1123,11 +469,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=hexagon -I @@ -1165,11 +511,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=mips -I @@ -1207,11 +553,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=nvvm -I @@ -1249,11 +595,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=ppc -I @@ -1291,11 +637,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=r600 -I @@ -1333,11 +679,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=riscv -I @@ -1375,11 +721,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=s390 -I @@ -1417,11 +763,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=ve -I @@ -1459,11 +805,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=wasm -I @@ -1501,11 +847,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=x86 -I @@ -1543,11 +889,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-intrinsic-enums -intrinsic-prefix=xcore -I @@ -1568,11 +914,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe --gen-directive-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC @@ -1592,11 +938,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe --gen-directive-impl -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP @@ -1679,11 +1025,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -1768,11 +1114,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -1857,11 +1203,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-writer -asmwriternum=1 -I @@ -1947,11 +1293,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2036,11 +1382,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2126,11 +1472,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2215,11 +1561,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2304,11 +1650,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2393,11 +1739,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2482,11 +1828,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2571,11 +1917,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2660,11 +2006,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-pseudo-lowering -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -2749,11 +2095,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-global-isel-combiner -combiners=AArch64PostLegalizerCombinerHelper -I @@ -2839,11 +2185,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-global-isel-combiner -combiners=AArch64PostLegalizerLoweringHelper -I @@ -2929,11 +2275,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-global-isel-combiner -combiners=AArch64PreLegalizerCombinerHelper -I @@ -3019,11 +2365,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3108,11 +2454,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3197,11 +2543,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3286,11 +2632,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-searchable-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 @@ -3365,11 +2711,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3444,11 +2790,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3523,11 +2869,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3602,11 +2948,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3682,11 +3028,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3761,11 +3107,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3840,11 +3186,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3919,11 +3265,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -3998,11 +3344,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4077,11 +3423,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-pseudo-lowering -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4156,11 +3502,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4235,11 +3581,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4314,11 +3660,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4393,11 +3739,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-searchable-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM @@ -4452,11 +3798,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4511,11 +3857,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4570,11 +3916,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4629,11 +3975,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4689,11 +4035,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4748,11 +4094,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4807,11 +4153,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4866,11 +4212,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4925,11 +4271,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF @@ -4984,11 +4330,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5043,11 +4389,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5103,11 +4449,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5162,11 +4508,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5221,11 +4567,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX @@ -5302,11 +4648,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5383,11 +4729,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5464,11 +4810,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5545,11 +4891,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5627,11 +4973,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5708,11 +5054,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5789,11 +5135,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5870,11 +5216,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -5951,11 +5297,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6032,11 +5378,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-emitter -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6113,11 +5459,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6194,11 +5540,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6275,11 +5621,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC @@ -6374,11 +5720,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-matcher -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6473,11 +5819,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-writer -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6572,11 +5918,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-asm-writer -asmwriternum=1 -I @@ -6672,11 +6018,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-callingconv -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6771,11 +6117,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-dag-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6871,11 +6217,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-disassembler -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -6970,11 +6316,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-x86-EVEX2VEX-tables -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7069,11 +6415,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-exegesis -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7168,11 +6514,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-fast-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7267,11 +6613,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-global-isel -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7366,11 +6712,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-instr-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7466,11 +6812,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-bank -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7565,11 +6911,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-register-info -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7664,11 +7010,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-subtarget -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 @@ -7690,11 +7036,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool @@ -7714,11 +7060,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib @@ -7738,11 +7084,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil @@ -7762,11 +7108,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres @@ -7786,11 +7132,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo @@ -7810,11 +7156,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml @@ -7834,11 +7180,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt @@ -7858,11 +7204,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7882,11 +7228,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7907,11 +7253,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7932,11 +7278,11 @@ add_custom_command( ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy @@ -7956,11 +7302,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc @@ -7980,11 +7326,11 @@ add_custom_command( DEPENDS ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 COMMAND - ${TOOL_llvm-tblgen_bin} + ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/utils/TableGen/llvm-tblgen.exe -gen-opt-parser-defs -I ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer @@ -7997,11 +7343,6 @@ add_custom_command( -d ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d ) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(libs-llvm12-include - llvm-tblgen -) -endif() add_custom_target(OpenMP-gen-srcs-stealing DEPENDS ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp ) diff --git a/contrib/libs/llvm12/lib/CMakeLists.txt b/contrib/libs/llvm12/lib/CMakeLists.txt index d6a1483fa0c..88ad96dae94 100644 --- a/contrib/libs/llvm12/lib/CMakeLists.txt +++ b/contrib/libs/llvm12/lib/CMakeLists.txt @@ -24,7 +24,6 @@ add_subdirectory(Object) add_subdirectory(ProfileData) add_subdirectory(Remarks) add_subdirectory(Support) -add_subdirectory(TableGen) add_subdirectory(Target) add_subdirectory(TextAPI) add_subdirectory(Transforms) diff --git a/contrib/libs/llvm12/lib/TableGen/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6f2ec53956d..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,34 +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(llvm12-lib-TableGen) -target_compile_options(llvm12-lib-TableGen PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen -) -target_link_libraries(llvm12-lib-TableGen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/DetailedRecordsBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/JSONBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Main.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Record.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/SetTheory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/StringMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackendSkeleton.cpp -) diff --git a/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 13e6f131676..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,35 +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(llvm12-lib-TableGen) -target_compile_options(llvm12-lib-TableGen PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen -) -target_link_libraries(llvm12-lib-TableGen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/DetailedRecordsBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/JSONBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Main.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Record.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/SetTheory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/StringMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackendSkeleton.cpp -) diff --git a/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 13e6f131676..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,35 +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(llvm12-lib-TableGen) -target_compile_options(llvm12-lib-TableGen PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen -) -target_link_libraries(llvm12-lib-TableGen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/DetailedRecordsBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/JSONBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Main.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Record.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/SetTheory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/StringMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackendSkeleton.cpp -) diff --git a/contrib/libs/llvm12/lib/TableGen/CMakeLists.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/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/llvm12/lib/TableGen/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6f2ec53956d..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,34 +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(llvm12-lib-TableGen) -target_compile_options(llvm12-lib-TableGen PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen -) -target_link_libraries(llvm12-lib-TableGen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/DetailedRecordsBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/JSONBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Main.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Record.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/SetTheory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/StringMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackendSkeleton.cpp -) diff --git a/contrib/libs/llvm12/utils/CMakeLists.txt b/contrib/libs/llvm12/utils/CMakeLists.txt deleted file mode 100644 index b58ec8b78f1..00000000000 --- a/contrib/libs/llvm12/utils/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(TableGen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9556066b210..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,89 +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(GlobalISel) - -add_executable(llvm-tblgen) -target_compile_options(llvm-tblgen PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen -) -target_link_libraries(llvm-tblgen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - llvm12-lib-Support - llvm12-lib-TableGen - utils-TableGen-GlobalISel - cpp-sanitizer-include -) -target_link_options(llvm-tblgen PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CTagsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CallingConvEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeEmitterGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenDAGPatterns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenHwModes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenMapTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAPacketizerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DirectiveEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/ExegesisEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FastISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FixedLenDecoderEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GICombinerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InfoByHwMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrDocsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/IntrinsicEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptParserEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptRSTEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PredicateExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PseudoLoweringEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RISCVCompressInstEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterBankEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SDNodeProperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SearchableTableEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetFeatureInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/TableGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86DisassemblerTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86FoldTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp -) -target_allocator(llvm-tblgen - system_allocator -) -vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1421a2e7acf..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,95 +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(GlobalISel) - -add_executable(llvm-tblgen) -target_compile_options(llvm-tblgen PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen -) -target_link_libraries(llvm-tblgen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - llvm12-lib-Support - llvm12-lib-TableGen - utils-TableGen-GlobalISel - cpp-sanitizer-include -) -target_link_options(llvm-tblgen PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CTagsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CallingConvEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeEmitterGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenDAGPatterns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenHwModes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenMapTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAPacketizerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DirectiveEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/ExegesisEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FastISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FixedLenDecoderEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GICombinerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InfoByHwMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrDocsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/IntrinsicEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptParserEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptRSTEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PredicateExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PseudoLoweringEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RISCVCompressInstEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterBankEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SDNodeProperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SearchableTableEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetFeatureInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/TableGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86DisassemblerTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86FoldTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp -) -target_allocator(llvm-tblgen - cpp-malloc-jemalloc -) -vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 947f97be942..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,96 +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(GlobalISel) - -add_executable(llvm-tblgen) -target_compile_options(llvm-tblgen PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen -) -target_link_libraries(llvm-tblgen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - llvm12-lib-Support - llvm12-lib-TableGen - utils-TableGen-GlobalISel - cpp-sanitizer-include -) -target_link_options(llvm-tblgen PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CTagsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CallingConvEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeEmitterGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenDAGPatterns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenHwModes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenMapTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAPacketizerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DirectiveEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/ExegesisEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FastISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FixedLenDecoderEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GICombinerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InfoByHwMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrDocsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/IntrinsicEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptParserEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptRSTEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PredicateExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PseudoLoweringEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RISCVCompressInstEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterBankEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SDNodeProperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SearchableTableEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetFeatureInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/TableGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86DisassemblerTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86FoldTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp -) -target_allocator(llvm-tblgen - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/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/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ca05ebeca7c..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,84 +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(GlobalISel) - -add_executable(llvm-tblgen) -target_compile_options(llvm-tblgen PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen -) -target_link_libraries(llvm-tblgen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - llvm12-lib-Support - llvm12-lib-TableGen - utils-TableGen-GlobalISel - cpp-sanitizer-include -) -target_sources(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CTagsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CallingConvEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeEmitterGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenDAGPatterns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenHwModes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenMapTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAPacketizerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DirectiveEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/ExegesisEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FastISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FixedLenDecoderEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GICombinerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InfoByHwMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrDocsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/IntrinsicEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptParserEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptRSTEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PredicateExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PseudoLoweringEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RISCVCompressInstEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterBankEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SDNodeProperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SearchableTableEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetFeatureInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/TableGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86DisassemblerTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86FoldTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp -) -target_allocator(llvm-tblgen - system_allocator -) -vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ab180f92f1..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,30 +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(utils-TableGen-GlobalISel) -target_compile_options(utils-TableGen-GlobalISel PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel -) -target_link_libraries(utils-TableGen-GlobalISel PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/CodeExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchTree.cpp -) diff --git a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bb006dd12d1..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,31 +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(utils-TableGen-GlobalISel) -target_compile_options(utils-TableGen-GlobalISel PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel -) -target_link_libraries(utils-TableGen-GlobalISel PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/CodeExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchTree.cpp -) diff --git a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bb006dd12d1..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,31 +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(utils-TableGen-GlobalISel) -target_compile_options(utils-TableGen-GlobalISel PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel -) -target_link_libraries(utils-TableGen-GlobalISel PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/CodeExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchTree.cpp -) diff --git a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/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/llvm12/utils/TableGen/GlobalISel/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7ab180f92f1..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,30 +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(utils-TableGen-GlobalISel) -target_compile_options(utils-TableGen-GlobalISel PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel -) -target_link_libraries(utils-TableGen-GlobalISel PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/CodeExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchTree.cpp -) diff --git a/contrib/libs/lua/CMakeLists.darwin-x86_64.txt b/contrib/libs/lua/CMakeLists.darwin-x86_64.txt index b8bb770b445..5efc54d0478 100644 --- a/contrib/libs/lua/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/lua/CMakeLists.darwin-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) add_library(contrib-libs-lua) target_compile_options(contrib-libs-lua PRIVATE @@ -37,11 +31,11 @@ add_custom_command( OUTPUT ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc DEPENDS - ${TOOL_archiver_bin} + ${CMAKE_BINARY_DIR}/tools/archiver/archiver ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua COMMAND - ${TOOL_archiver_bin} + ${CMAKE_BINARY_DIR}/tools/archiver/archiver -q -x ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua: @@ -49,8 +43,3 @@ add_custom_command( -o ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc ) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(contrib-libs-lua - archiver -) -endif() diff --git a/contrib/libs/lua/CMakeLists.linux-aarch64.txt b/contrib/libs/lua/CMakeLists.linux-aarch64.txt index c9c201999bb..1ee2173305a 100644 --- a/contrib/libs/lua/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/lua/CMakeLists.linux-aarch64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) add_library(contrib-libs-lua) target_compile_options(contrib-libs-lua PRIVATE @@ -38,11 +32,11 @@ add_custom_command( OUTPUT ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc DEPENDS - ${TOOL_archiver_bin} + ${CMAKE_BINARY_DIR}/tools/archiver/archiver ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua COMMAND - ${TOOL_archiver_bin} + ${CMAKE_BINARY_DIR}/tools/archiver/archiver -q -x ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua: @@ -50,8 +44,3 @@ add_custom_command( -o ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc ) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(contrib-libs-lua - archiver -) -endif() diff --git a/contrib/libs/lua/CMakeLists.linux-x86_64.txt b/contrib/libs/lua/CMakeLists.linux-x86_64.txt index c9c201999bb..1ee2173305a 100644 --- a/contrib/libs/lua/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/lua/CMakeLists.linux-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) add_library(contrib-libs-lua) target_compile_options(contrib-libs-lua PRIVATE @@ -38,11 +32,11 @@ add_custom_command( OUTPUT ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc DEPENDS - ${TOOL_archiver_bin} + ${CMAKE_BINARY_DIR}/tools/archiver/archiver ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua COMMAND - ${TOOL_archiver_bin} + ${CMAKE_BINARY_DIR}/tools/archiver/archiver -q -x ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua: @@ -50,8 +44,3 @@ add_custom_command( -o ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc ) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(contrib-libs-lua - archiver -) -endif() diff --git a/contrib/libs/lua/CMakeLists.windows-x86_64.txt b/contrib/libs/lua/CMakeLists.windows-x86_64.txt index eae8e899a2d..02fbdd8bbb0 100644 --- a/contrib/libs/lua/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/lua/CMakeLists.windows-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) add_library(contrib-libs-lua) target_compile_options(contrib-libs-lua PRIVATE @@ -37,11 +31,11 @@ add_custom_command( OUTPUT ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc DEPENDS - ${TOOL_archiver_bin} + ${CMAKE_BINARY_DIR}/tools/archiver/archiver.exe ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua COMMAND - ${TOOL_archiver_bin} + ${CMAKE_BINARY_DIR}/tools/archiver/archiver.exe -q -x ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua: @@ -49,8 +43,3 @@ add_custom_command( -o ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc ) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(contrib-libs-lua - archiver -) -endif() diff --git a/contrib/libs/opentelemetry-proto/CMakeLists.darwin-x86_64.txt b/contrib/libs/opentelemetry-proto/CMakeLists.darwin-x86_64.txt index c26ac9dfec6..035004f4521 100644 --- a/contrib/libs/opentelemetry-proto/CMakeLists.darwin-x86_64.txt +++ b/contrib/libs/opentelemetry-proto/CMakeLists.darwin-x86_64.txt @@ -6,108 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(contrib-libs-opentelemetry-proto) set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY @@ -149,7 +47,3 @@ target_proto_outs(contrib-libs-opentelemetry-proto --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto ) -target_proto_plugin(contrib-libs-opentelemetry-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/opentelemetry-proto/CMakeLists.linux-aarch64.txt b/contrib/libs/opentelemetry-proto/CMakeLists.linux-aarch64.txt index 3379498d0eb..69c9fc71bc0 100644 --- a/contrib/libs/opentelemetry-proto/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/opentelemetry-proto/CMakeLists.linux-aarch64.txt @@ -6,108 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(contrib-libs-opentelemetry-proto) set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY @@ -150,7 +48,3 @@ target_proto_outs(contrib-libs-opentelemetry-proto --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto ) -target_proto_plugin(contrib-libs-opentelemetry-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/opentelemetry-proto/CMakeLists.linux-x86_64.txt b/contrib/libs/opentelemetry-proto/CMakeLists.linux-x86_64.txt index 3379498d0eb..69c9fc71bc0 100644 --- a/contrib/libs/opentelemetry-proto/CMakeLists.linux-x86_64.txt +++ b/contrib/libs/opentelemetry-proto/CMakeLists.linux-x86_64.txt @@ -6,108 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(contrib-libs-opentelemetry-proto) set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY @@ -150,7 +48,3 @@ target_proto_outs(contrib-libs-opentelemetry-proto --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto ) -target_proto_plugin(contrib-libs-opentelemetry-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/opentelemetry-proto/CMakeLists.windows-x86_64.txt b/contrib/libs/opentelemetry-proto/CMakeLists.windows-x86_64.txt index c26ac9dfec6..035004f4521 100644 --- a/contrib/libs/opentelemetry-proto/CMakeLists.windows-x86_64.txt +++ b/contrib/libs/opentelemetry-proto/CMakeLists.windows-x86_64.txt @@ -6,108 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) add_library(contrib-libs-opentelemetry-proto) set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY @@ -149,7 +47,3 @@ target_proto_outs(contrib-libs-opentelemetry-proto --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto ) -target_proto_plugin(contrib-libs-opentelemetry-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/pfr/CMakeLists.linux-aarch64.txt b/contrib/libs/pfr/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a959a566f2f..00000000000 --- a/contrib/libs/pfr/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(contrib-libs-pfr INTERFACE) -target_include_directories(contrib-libs-pfr INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/pfr/include -) -target_link_libraries(contrib-libs-pfr INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/pfr/CMakeLists.linux-x86_64.txt b/contrib/libs/pfr/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a959a566f2f..00000000000 --- a/contrib/libs/pfr/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(contrib-libs-pfr INTERFACE) -target_include_directories(contrib-libs-pfr INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/pfr/include -) -target_link_libraries(contrib-libs-pfr INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/pfr/CMakeLists.txt b/contrib/libs/pfr/CMakeLists.txt deleted file mode 100644 index 4d48dcdee65..00000000000 --- a/contrib/libs/pfr/CMakeLists.txt +++ /dev/null @@ -1,13 +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 "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -endif() diff --git a/contrib/tools/CMakeLists.txt b/contrib/tools/CMakeLists.txt deleted file mode 100644 index c9f61332283..00000000000 --- a/contrib/tools/CMakeLists.txt +++ /dev/null @@ -1,10 +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(flatc) -add_subdirectory(protoc) diff --git a/contrib/tools/flatc/CMakeLists.txt b/contrib/tools/flatc/CMakeLists.txt deleted file mode 100644 index 94c55d2b574..00000000000 --- a/contrib/tools/flatc/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(bin) diff --git a/contrib/tools/flatc/bin/CMakeLists.darwin-x86_64.txt b/contrib/tools/flatc/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a8baf04410d..00000000000 --- a/contrib/tools/flatc/bin/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,29 +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_executable(flatc) -target_include_directories(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(flatc PUBLIC - contrib-libs-cxxsupp - libs-flatbuffers-flatc -) -target_link_options(flatc PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc_main.cpp -) -target_allocator(flatc - system_allocator -) -vcs_info(flatc) diff --git a/contrib/tools/flatc/bin/CMakeLists.linux-aarch64.txt b/contrib/tools/flatc/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 83ac0382b9a..00000000000 --- a/contrib/tools/flatc/bin/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,33 +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_executable(flatc) -target_include_directories(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(flatc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-flatbuffers-flatc -) -target_link_options(flatc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread -) -target_sources(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc_main.cpp -) -target_allocator(flatc - cpp-malloc-jemalloc -) -vcs_info(flatc) diff --git a/contrib/tools/flatc/bin/CMakeLists.linux-x86_64.txt b/contrib/tools/flatc/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bf662e0f791..00000000000 --- a/contrib/tools/flatc/bin/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,34 +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_executable(flatc) -target_include_directories(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(flatc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-flatbuffers-flatc -) -target_link_options(flatc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread -) -target_sources(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc_main.cpp -) -target_allocator(flatc - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(flatc) diff --git a/contrib/tools/flatc/bin/CMakeLists.txt b/contrib/tools/flatc/bin/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/contrib/tools/flatc/bin/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/tools/flatc/bin/CMakeLists.windows-x86_64.txt b/contrib/tools/flatc/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8e599c87954..00000000000 --- a/contrib/tools/flatc/bin/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,24 +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_executable(flatc) -target_include_directories(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(flatc PUBLIC - contrib-libs-cxxsupp - libs-flatbuffers-flatc -) -target_sources(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc_main.cpp -) -target_allocator(flatc - system_allocator -) -vcs_info(flatc) diff --git a/contrib/tools/protoc/CMakeLists.txt b/contrib/tools/protoc/CMakeLists.txt deleted file mode 100644 index bdcaeeca991..00000000000 --- a/contrib/tools/protoc/CMakeLists.txt +++ /dev/null @@ -1,10 +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(bin) -add_subdirectory(plugins) diff --git a/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ba0d379ec9..00000000000 --- a/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,31 +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_executable(protoc) -target_compile_options(protoc PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(protoc PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - system_allocator -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7aa65033fd0..00000000000 --- a/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.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_executable(protoc) -target_compile_options(protoc PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protoc -) -target_link_options(protoc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - cpp-malloc-jemalloc -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 37364dc61aa..00000000000 --- a/contrib/tools/protoc/bin/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_executable(protoc) -target_compile_options(protoc PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(protoc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.txt b/contrib/tools/protoc/bin/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/contrib/tools/protoc/bin/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/tools/protoc/bin/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a79b28c37df..00000000000 --- a/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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_executable(protoc) -target_compile_options(protoc PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - system_allocator -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/plugins/CMakeLists.txt b/contrib/tools/protoc/plugins/CMakeLists.txt deleted file mode 100644 index f6c7b58a9e4..00000000000 --- a/contrib/tools/protoc/plugins/CMakeLists.txt +++ /dev/null @@ -1,10 +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(cpp_styleguide) -add_subdirectory(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0b5c34301d1..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,31 +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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(cpp_styleguide PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - system_allocator -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 744e24124bf..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protoc -) -target_link_options(cpp_styleguide PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - cpp-malloc-jemalloc -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d39ea8b10b1..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(cpp_styleguide PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/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/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dcf39ba82e5..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,26 +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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - system_allocator -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d2cb604b85c..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - src-compiler-grpc_plugin_support -) -target_link_options(grpc_cpp PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - system_allocator -) -vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 860ce479935..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,41 +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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - src-compiler-grpc_plugin_support -) -target_link_options(grpc_cpp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - cpp-malloc-jemalloc -) -vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 38f77750e6b..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - src-compiler-grpc_plugin_support -) -target_link_options(grpc_cpp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt deleted file mode 100644 index f8b31df0c11..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/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/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f787c68818b..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,31 +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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - src-compiler-grpc_plugin_support -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - system_allocator -) -vcs_info(grpc_cpp) |