diff options
| author | svidyuk <[email protected]> | 2023-08-30 12:12:06 +0300 |
|---|---|---|
| committer | svidyuk <[email protected]> | 2023-08-30 12:42:20 +0300 |
| commit | cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc (patch) | |
| tree | 98d10bf793b8e006a638ce08ed73a53b980b3828 /yt/cpp/mapreduce/client | |
| parent | d7212c5b8f972c2ad657311361a3bd1b136f2c5f (diff) | |
All .ll files support in LLVM_BC
Diffstat (limited to 'yt/cpp/mapreduce/client')
4 files changed, 0 insertions, 24 deletions
diff --git a/yt/cpp/mapreduce/client/CMakeLists.darwin-x86_64.txt b/yt/cpp/mapreduce/client/CMakeLists.darwin-x86_64.txt index 9554a165855..c51d3ced811 100644 --- a/yt/cpp/mapreduce/client/CMakeLists.darwin-x86_64.txt +++ b/yt/cpp/mapreduce/client/CMakeLists.darwin-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) add_library(cpp-mapreduce-client) target_compile_options(cpp-mapreduce-client PRIVATE diff --git a/yt/cpp/mapreduce/client/CMakeLists.linux-aarch64.txt b/yt/cpp/mapreduce/client/CMakeLists.linux-aarch64.txt index 44ce5a6103f..91f2d391084 100644 --- a/yt/cpp/mapreduce/client/CMakeLists.linux-aarch64.txt +++ b/yt/cpp/mapreduce/client/CMakeLists.linux-aarch64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) add_library(cpp-mapreduce-client) target_compile_options(cpp-mapreduce-client PRIVATE diff --git a/yt/cpp/mapreduce/client/CMakeLists.linux-x86_64.txt b/yt/cpp/mapreduce/client/CMakeLists.linux-x86_64.txt index 969fd946972..5c2ab8d1b47 100644 --- a/yt/cpp/mapreduce/client/CMakeLists.linux-x86_64.txt +++ b/yt/cpp/mapreduce/client/CMakeLists.linux-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) add_library(cpp-mapreduce-client) target_compile_options(cpp-mapreduce-client PRIVATE diff --git a/yt/cpp/mapreduce/client/CMakeLists.windows-x86_64.txt b/yt/cpp/mapreduce/client/CMakeLists.windows-x86_64.txt index 1a4f73e1376..6385fbe52d5 100644 --- a/yt/cpp/mapreduce/client/CMakeLists.windows-x86_64.txt +++ b/yt/cpp/mapreduce/client/CMakeLists.windows-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) add_library(cpp-mapreduce-client) target_link_libraries(cpp-mapreduce-client PUBLIC |
