diff options
author | pnv1 <pnv1@yandex-team.ru> | 2022-03-01 16:39:56 +0300 |
---|---|---|
committer | pnv1 <pnv1@yandex-team.ru> | 2022-03-01 16:39:56 +0300 |
commit | e28946633ffe99ca801c9ce9a8e835e796a20c12 (patch) | |
tree | 6abf6146e14ca9d23c1ef74dd11da0123a225da3 /contrib/libs/llvm12/lib/MC | |
parent | 2abfb07de63eed20a0745f07e169c651aceaca0f (diff) | |
download | ydb-e28946633ffe99ca801c9ce9a8e835e796a20c12.tar.gz |
Improve SystemCommand check in YDB CLI, KIKIMR-14321
ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
Diffstat (limited to 'contrib/libs/llvm12/lib/MC')
-rw-r--r-- | contrib/libs/llvm12/lib/MC/CMakeLists.txt | 9 | ||||
-rw-r--r-- | contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.txt | 9 | ||||
-rw-r--r-- | contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.txt | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/contrib/libs/llvm12/lib/MC/CMakeLists.txt b/contrib/libs/llvm12/lib/MC/CMakeLists.txt index 43483709bf..5caf51e71c 100644 --- a/contrib/libs/llvm12/lib/MC/CMakeLists.txt +++ b/contrib/libs/llvm12/lib/MC/CMakeLists.txt @@ -1,3 +1,12 @@ + +# This file was gererated 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-MC) target_include_directories(llvm12-lib-MC PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC diff --git a/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.txt b/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.txt index 7fe0be488f..e91ceb3e0e 100644 --- a/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.txt +++ b/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.txt @@ -1,3 +1,12 @@ + +# This file was gererated 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(lib-MC-MCDisassembler) target_include_directories(lib-MC-MCDisassembler PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler diff --git a/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.txt b/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.txt index ede8c3627e..989c1764d0 100644 --- a/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.txt +++ b/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.txt @@ -1,3 +1,12 @@ + +# This file was gererated 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(lib-MC-MCParser) target_include_directories(lib-MC-MCParser PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser |