diff options
author | AlexSm <alex@ydb.tech> | 2023-12-27 23:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 23:31:58 +0100 |
commit | d67bfb4b4b7549081543e87a31bc6cb5c46ac973 (patch) | |
tree | 8674f2f1570877cb653e7ddcff37ba00288de15a /build/sysincl/local-compiler-runtime.yml | |
parent | 1f6bef05ed441c3aa2d565ac792b26cded704ac7 (diff) | |
download | ydb-d67bfb4b4b7549081543e87a31bc6cb5c46ac973.tar.gz |
Import libs 4 (#758)
Diffstat (limited to 'build/sysincl/local-compiler-runtime.yml')
-rw-r--r-- | build/sysincl/local-compiler-runtime.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/sysincl/local-compiler-runtime.yml b/build/sysincl/local-compiler-runtime.yml new file mode 100644 index 0000000000..999e050586 --- /dev/null +++ b/build/sysincl/local-compiler-runtime.yml @@ -0,0 +1,7 @@ +- includes: + - sanitizer/asan_interface.h + - sanitizer/common_interface_defs.h + - sanitizer/hwasan_interface.h + - sanitizer/lsan_interface.h + - sanitizer/msan_interface.h + - sanitizer/tsan_interface.h |