mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
link-tests: update uuid test with new uuid values
Changes only pertain arm64 as for x86_64 turns out we are missing one additional feature which is synthesising unwind info from only eh frame records, or at least this is what it looks like when I analysed the output of Apple's ld.
This commit is contained in:
parent
e0ccbff87d
commit
eb0c959b43
@ -12,9 +12,9 @@ pub fn build(b: *Builder) void {
|
||||
.os_tag = .macos,
|
||||
};
|
||||
|
||||
testUuid(b, test_step, .ReleaseSafe, aarch64_macos, "af0f4c21a07c30daba59213d80262e45");
|
||||
testUuid(b, test_step, .ReleaseFast, aarch64_macos, "af0f4c21a07c30daba59213d80262e45");
|
||||
testUuid(b, test_step, .ReleaseSmall, aarch64_macos, "af0f4c21a07c30daba59213d80262e45");
|
||||
testUuid(b, test_step, .ReleaseSafe, aarch64_macos, "675bb6ba8e5d3d3191f7936d7168f0e9");
|
||||
testUuid(b, test_step, .ReleaseFast, aarch64_macos, "675bb6ba8e5d3d3191f7936d7168f0e9");
|
||||
testUuid(b, test_step, .ReleaseSmall, aarch64_macos, "675bb6ba8e5d3d3191f7936d7168f0e9");
|
||||
|
||||
const x86_64_macos = std.zig.CrossTarget{
|
||||
.cpu_arch = .x86_64,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user