Initial commit
This commit is contained in:
BIN
zig-cache/o/0ca151229da7a32d63e9ad3cae380886/zigcryptor
Executable file
BIN
zig-cache/o/0ca151229da7a32d63e9ad3cae380886/zigcryptor
Executable file
Binary file not shown.
BIN
zig-cache/o/0ca151229da7a32d63e9ad3cae380886/zigcryptor.o
Normal file
BIN
zig-cache/o/0ca151229da7a32d63e9ad3cae380886/zigcryptor.o
Normal file
Binary file not shown.
BIN
zig-cache/o/0fe2a6f294c730ed26d4f6b1754814ec/zigcryptor
Executable file
BIN
zig-cache/o/0fe2a6f294c730ed26d4f6b1754814ec/zigcryptor
Executable file
Binary file not shown.
BIN
zig-cache/o/0fe2a6f294c730ed26d4f6b1754814ec/zigcryptor.o
Normal file
BIN
zig-cache/o/0fe2a6f294c730ed26d4f6b1754814ec/zigcryptor.o
Normal file
Binary file not shown.
BIN
zig-cache/o/188a5ca16080045c18991148e89480a9/build
Executable file
BIN
zig-cache/o/188a5ca16080045c18991148e89480a9/build
Executable file
Binary file not shown.
BIN
zig-cache/o/188a5ca16080045c18991148e89480a9/build.o
Normal file
BIN
zig-cache/o/188a5ca16080045c18991148e89480a9/build.o
Normal file
Binary file not shown.
BIN
zig-cache/o/18da78d66c9308a57eda1afbe050d270/build
Executable file
BIN
zig-cache/o/18da78d66c9308a57eda1afbe050d270/build
Executable file
Binary file not shown.
BIN
zig-cache/o/18da78d66c9308a57eda1afbe050d270/build.o
Normal file
BIN
zig-cache/o/18da78d66c9308a57eda1afbe050d270/build.o
Normal file
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
pub const packages = struct {};
|
||||
pub const root_deps: []const struct { []const u8, []const u8 } = &.{};
|
||||
BIN
zig-cache/o/2bed847d67e62c9bfb6fdd1bd578807e/build
Executable file
BIN
zig-cache/o/2bed847d67e62c9bfb6fdd1bd578807e/build
Executable file
Binary file not shown.
BIN
zig-cache/o/2bed847d67e62c9bfb6fdd1bd578807e/build.o
Normal file
BIN
zig-cache/o/2bed847d67e62c9bfb6fdd1bd578807e/build.o
Normal file
Binary file not shown.
BIN
zig-cache/o/456c11cdeac7691ef823a0047a773358/zigcryptor
Executable file
BIN
zig-cache/o/456c11cdeac7691ef823a0047a773358/zigcryptor
Executable file
Binary file not shown.
BIN
zig-cache/o/456c11cdeac7691ef823a0047a773358/zigcryptor.o
Normal file
BIN
zig-cache/o/456c11cdeac7691ef823a0047a773358/zigcryptor.o
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
pub const imports = struct {
|
||||
};
|
||||
pub const build_root = struct {
|
||||
};
|
||||
116
zig-cache/o/ac7b69b3f527b90779fb83acf646526a/builtin.zig
Normal file
116
zig-cache/o/ac7b69b3f527b90779fb83acf646526a/builtin.zig
Normal file
@@ -0,0 +1,116 @@
|
||||
const std = @import("std");
|
||||
/// Zig version. When writing code that supports multiple versions of Zig, prefer
|
||||
/// feature detection (i.e. with `@hasDecl` or `@hasField`) over version checks.
|
||||
pub const zig_version = std.SemanticVersion.parse(zig_version_string) catch unreachable;
|
||||
pub const zig_version_string = "0.11.0";
|
||||
pub const zig_backend = std.builtin.CompilerBackend.stage2_llvm;
|
||||
|
||||
pub const output_mode = std.builtin.OutputMode.Exe;
|
||||
pub const link_mode = std.builtin.LinkMode.Dynamic;
|
||||
pub const is_test = false;
|
||||
pub const single_threaded = false;
|
||||
pub const abi = std.Target.Abi.none;
|
||||
pub const cpu: std.Target.Cpu = .{
|
||||
.arch = .aarch64,
|
||||
.model = &std.Target.aarch64.cpu.apple_a14,
|
||||
.features = std.Target.aarch64.featureSet(&[_]std.Target.aarch64.Feature{
|
||||
.aes,
|
||||
.aggressive_fma,
|
||||
.alternate_sextload_cvt_f32_pattern,
|
||||
.altnzcv,
|
||||
.am,
|
||||
.arith_bcc_fusion,
|
||||
.arith_cbz_fusion,
|
||||
.ccdp,
|
||||
.ccidx,
|
||||
.ccpp,
|
||||
.complxnum,
|
||||
.contextidr_el2,
|
||||
.crc,
|
||||
.crypto,
|
||||
.disable_latency_sched_heuristic,
|
||||
.dit,
|
||||
.dotprod,
|
||||
.el2vmsa,
|
||||
.el3,
|
||||
.flagm,
|
||||
.fp16fml,
|
||||
.fp_armv8,
|
||||
.fptoint,
|
||||
.fullfp16,
|
||||
.fuse_address,
|
||||
.fuse_adrp_add,
|
||||
.fuse_aes,
|
||||
.fuse_arith_logic,
|
||||
.fuse_crypto_eor,
|
||||
.fuse_csel,
|
||||
.fuse_literals,
|
||||
.jsconv,
|
||||
.lor,
|
||||
.lse,
|
||||
.lse2,
|
||||
.mpam,
|
||||
.neon,
|
||||
.nv,
|
||||
.pan,
|
||||
.pan_rwv,
|
||||
.pauth,
|
||||
.perfmon,
|
||||
.predres,
|
||||
.ras,
|
||||
.rcpc,
|
||||
.rcpc_immo,
|
||||
.rdm,
|
||||
.sb,
|
||||
.sel2,
|
||||
.sha2,
|
||||
.sha3,
|
||||
.specrestrict,
|
||||
.ssbs,
|
||||
.tlb_rmi,
|
||||
.tracev8_4,
|
||||
.uaops,
|
||||
.v8_1a,
|
||||
.v8_2a,
|
||||
.v8_3a,
|
||||
.v8_4a,
|
||||
.v8a,
|
||||
.vh,
|
||||
.zcm,
|
||||
.zcz,
|
||||
.zcz_gp,
|
||||
}),
|
||||
};
|
||||
pub const os = std.Target.Os{
|
||||
.tag = .macos,
|
||||
.version_range = .{ .semver = .{
|
||||
.min = .{
|
||||
.major = 14,
|
||||
.minor = 4,
|
||||
.patch = 1,
|
||||
},
|
||||
.max = .{
|
||||
.major = 14,
|
||||
.minor = 4,
|
||||
.patch = 1,
|
||||
},
|
||||
}},
|
||||
};
|
||||
pub const target = std.Target{
|
||||
.cpu = cpu,
|
||||
.os = os,
|
||||
.abi = abi,
|
||||
.ofmt = object_format,
|
||||
};
|
||||
pub const object_format = std.Target.ObjectFormat.macho;
|
||||
pub const mode = std.builtin.Mode.Debug;
|
||||
pub const link_libc = true;
|
||||
pub const link_libcpp = false;
|
||||
pub const have_error_return_tracing = true;
|
||||
pub const valgrind_support = false;
|
||||
pub const sanitize_thread = false;
|
||||
pub const position_independent_code = true;
|
||||
pub const position_independent_executable = true;
|
||||
pub const strip_debug_info = false;
|
||||
pub const code_model = std.builtin.CodeModel.default;
|
||||
pub const omit_frame_pointer = false;
|
||||
BIN
zig-cache/o/b0c0d72617cdfb9666e57b2e2f1195ec/build
Executable file
BIN
zig-cache/o/b0c0d72617cdfb9666e57b2e2f1195ec/build
Executable file
Binary file not shown.
BIN
zig-cache/o/b0c0d72617cdfb9666e57b2e2f1195ec/build.o
Normal file
BIN
zig-cache/o/b0c0d72617cdfb9666e57b2e2f1195ec/build.o
Normal file
Binary file not shown.
116
zig-cache/o/d4e42199122f7a5ab3d2d3583995a1ee/builtin.zig
Normal file
116
zig-cache/o/d4e42199122f7a5ab3d2d3583995a1ee/builtin.zig
Normal file
@@ -0,0 +1,116 @@
|
||||
const std = @import("std");
|
||||
/// Zig version. When writing code that supports multiple versions of Zig, prefer
|
||||
/// feature detection (i.e. with `@hasDecl` or `@hasField`) over version checks.
|
||||
pub const zig_version = std.SemanticVersion.parse(zig_version_string) catch unreachable;
|
||||
pub const zig_version_string = "0.11.0";
|
||||
pub const zig_backend = std.builtin.CompilerBackend.stage2_llvm;
|
||||
|
||||
pub const output_mode = std.builtin.OutputMode.Exe;
|
||||
pub const link_mode = std.builtin.LinkMode.Dynamic;
|
||||
pub const is_test = false;
|
||||
pub const single_threaded = false;
|
||||
pub const abi = std.Target.Abi.none;
|
||||
pub const cpu: std.Target.Cpu = .{
|
||||
.arch = .aarch64,
|
||||
.model = &std.Target.aarch64.cpu.apple_a14,
|
||||
.features = std.Target.aarch64.featureSet(&[_]std.Target.aarch64.Feature{
|
||||
.aes,
|
||||
.aggressive_fma,
|
||||
.alternate_sextload_cvt_f32_pattern,
|
||||
.altnzcv,
|
||||
.am,
|
||||
.arith_bcc_fusion,
|
||||
.arith_cbz_fusion,
|
||||
.ccdp,
|
||||
.ccidx,
|
||||
.ccpp,
|
||||
.complxnum,
|
||||
.contextidr_el2,
|
||||
.crc,
|
||||
.crypto,
|
||||
.disable_latency_sched_heuristic,
|
||||
.dit,
|
||||
.dotprod,
|
||||
.el2vmsa,
|
||||
.el3,
|
||||
.flagm,
|
||||
.fp16fml,
|
||||
.fp_armv8,
|
||||
.fptoint,
|
||||
.fullfp16,
|
||||
.fuse_address,
|
||||
.fuse_adrp_add,
|
||||
.fuse_aes,
|
||||
.fuse_arith_logic,
|
||||
.fuse_crypto_eor,
|
||||
.fuse_csel,
|
||||
.fuse_literals,
|
||||
.jsconv,
|
||||
.lor,
|
||||
.lse,
|
||||
.lse2,
|
||||
.mpam,
|
||||
.neon,
|
||||
.nv,
|
||||
.pan,
|
||||
.pan_rwv,
|
||||
.pauth,
|
||||
.perfmon,
|
||||
.predres,
|
||||
.ras,
|
||||
.rcpc,
|
||||
.rcpc_immo,
|
||||
.rdm,
|
||||
.sb,
|
||||
.sel2,
|
||||
.sha2,
|
||||
.sha3,
|
||||
.specrestrict,
|
||||
.ssbs,
|
||||
.tlb_rmi,
|
||||
.tracev8_4,
|
||||
.uaops,
|
||||
.v8_1a,
|
||||
.v8_2a,
|
||||
.v8_3a,
|
||||
.v8_4a,
|
||||
.v8a,
|
||||
.vh,
|
||||
.zcm,
|
||||
.zcz,
|
||||
.zcz_gp,
|
||||
}),
|
||||
};
|
||||
pub const os = std.Target.Os{
|
||||
.tag = .macos,
|
||||
.version_range = .{ .semver = .{
|
||||
.min = .{
|
||||
.major = 14,
|
||||
.minor = 4,
|
||||
.patch = 1,
|
||||
},
|
||||
.max = .{
|
||||
.major = 14,
|
||||
.minor = 4,
|
||||
.patch = 1,
|
||||
},
|
||||
}},
|
||||
};
|
||||
pub const target = std.Target{
|
||||
.cpu = cpu,
|
||||
.os = os,
|
||||
.abi = abi,
|
||||
.ofmt = object_format,
|
||||
};
|
||||
pub const object_format = std.Target.ObjectFormat.macho;
|
||||
pub const mode = std.builtin.Mode.Debug;
|
||||
pub const link_libc = true;
|
||||
pub const link_libcpp = false;
|
||||
pub const have_error_return_tracing = true;
|
||||
pub const valgrind_support = false;
|
||||
pub const sanitize_thread = false;
|
||||
pub const position_independent_code = true;
|
||||
pub const position_independent_executable = true;
|
||||
pub const strip_debug_info = false;
|
||||
pub const code_model = std.builtin.CodeModel.default;
|
||||
pub const omit_frame_pointer = false;
|
||||
Reference in New Issue
Block a user