From 36a19550b58573ba0c52cb6dd8503c1f5efa13f5 Mon Sep 17 00:00:00 2001 From: Evgeny Proydakov Date: Thu, 19 Feb 2026 10:01:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 164b3f6..97877bf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The IHFT framework requires: # Current building status matrix -| Configuration | Static Runtime | Shared Runtime | ASAN+UBSAN | TSAN | +| Configuration | Static Runtime | Shared Runtime | ASAN + UBSAN | TSAN | | :---: | :---: | :---: | :--: | :--: | | Linux(GCC14) | [![Build Status][pass-linux-gcc-x64-static]][ci-linux-gcc-x64-static] | [![Build Status][pass-linux-gcc-x64-shared]][ci-linux-gcc-x64-shared] | [![Build Status][pass-linux-gcc-x64-asan]][ci-linux-gcc-x64-asan] | [![Build Status][pass-linux-gcc-x64-tsan]][ci-linux-gcc-x64-tsan] | | Linux(Clang20) | [![Build Status][pass-linux-clang-x64-static]][ci-linux-clang-x64-static] | [![Build Status][pass-linux-clang-x64-shared]][ci-linux-clang-x64-shared] | [![Build Status][pass-linux-clang-x64-asan]][ci-linux-clang-x64-asan] | [![Build Status][pass-linux-clang-x64-tsan]][ci-linux-clang-x64-tsan] |