-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.libcIssues related to libzigc and Zig's vendored libc code.Issues related to libzigc and Zig's vendored libc code.os-freebsdzig ccZig as a drop-in C compiler featureZig as a drop-in C compiler feature
Milestone
Description
When trying to compile TSan, we run into a missing file error:
const std = @import("std");
pub fn main() !void {
std.debug.print("hello world\n", .{});
}
$ zig build-exe test.zig -target x86_64-freebsd -fsanitize-thread
error: sub-compilation of libtsan failed
stage3/lib/zig/libtsan/sanitizer_common/sanitizer_platform_limits_freebsd.cpp:73:10: note: 'md5.h' file not found
#include <md5.h>
^~~~~~~~
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.libcIssues related to libzigc and Zig's vendored libc code.Issues related to libzigc and Zig's vendored libc code.os-freebsdzig ccZig as a drop-in C compiler featureZig as a drop-in C compiler feature