mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-19 01:59:48 +00:00
pass the shared buffer to zig directly
This commit is contained in:
parent
a60a49bce6
commit
f7452b8889
4 changed files with 9 additions and 24 deletions
|
@ -171,7 +171,7 @@ comptime {
|
|||
exportUtilsFn(expect.expectFailedFinalize, "expect_failed_finalize");
|
||||
|
||||
// sets the buffer used for expect failures
|
||||
@export(expect.setMmappedFile, .{ .name = "set_mmapped_file", .linkage = .Weak });
|
||||
@export(expect.setSharedBuffer, .{ .name = "set_shared_buffer", .linkage = .Weak });
|
||||
}
|
||||
|
||||
if (builtin.target.cpu.arch == .aarch64) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue