diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-12-04 19:26:35 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-12-05 05:25:43 +0300 |
commit | e62474f851635573f9f6631039e113a02fd50179 (patch) | |
tree | 597d4bc8aad74ef42c55fd062398e93eceebfee3 /contrib/libs/clang16-rt/ya.make | |
parent | e7eddec34be4f360877b46ffa2b70fde8a3a5b8f (diff) | |
download | ydb-e62474f851635573f9f6631039e113a02fd50179.tar.gz |
ydb-oss sync: add clang16-rt/ to additionalPathsToCopy
Diffstat (limited to 'contrib/libs/clang16-rt/ya.make')
-rw-r--r-- | contrib/libs/clang16-rt/ya.make | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/contrib/libs/clang16-rt/ya.make b/contrib/libs/clang16-rt/ya.make new file mode 100644 index 0000000000..8559121308 --- /dev/null +++ b/contrib/libs/clang16-rt/ya.make @@ -0,0 +1,45 @@ +# Generated by devtools/yamaker from nixpkgs 23.05. + +OWNER(g:cpp-contrib) + +VERSION(16.0.6) + +ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/archive/llvmorg-16.0.6.tar.gz) + +RECURSE( + lib/asan + lib/asan-preinit + lib/asan_cxx + lib/asan_static + lib/lsan + lib/profile + lib/stats + lib/stats_client + lib/tsan + lib/tsan_cxx + lib/ubsan_minimal + lib/ubsan_standalone + lib/ubsan_standalone_cxx +) + +IF (OS_LINUX) + RECURSE( + lib/cfi + lib/cfi_diag + lib/dd + lib/dfsan + lib/gwp_asan + lib/hwasan + lib/hwasan_aliases + lib/hwasan_aliases_cxx + lib/hwasan_cxx + lib/memprof + lib/memprof-preinit + lib/memprof_cxx + lib/msan + lib/msan_cxx + lib/safestack + lib/scudo_standalone + lib/scudo_standalone_cxx + ) +ENDIF() |