diff options
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
