From 1cfc3647853123efc0fda991180e337d8a72eac5 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Thu, 4 Jul 2024 07:19:08 +0200 Subject: tsan: build dynamic library on Apple platforms --- src/Compilation.zig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Compilation.zig') diff --git a/src/Compilation.zig b/src/Compilation.zig index 343b22d2b1..412798e09a 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -188,6 +188,9 @@ libunwind_static_lib: ?CRTFile = null, /// Populated when we build the TSAN static library. A Job to build this is placed in the queue /// and resolved before calling linker.flush(). tsan_static_lib: ?CRTFile = null, +/// Populated when we build the TSAN dynamic library. A Job to build this is placed in the queue +/// and resolved before calling linker.flush(). +tsan_dynamic_lib: ?CRTFile = null, /// Populated when we build the libc static library. A Job to build this is placed in the queue /// and resolved before calling linker.flush(). libc_static_lib: ?CRTFile = null, -- cgit v1.2.3