diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-09-19 22:47:00 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-09-19 22:47:56 -0700 |
| commit | c6ad4521c77372cb52adfb9a52b0854d830fed9c (patch) | |
| tree | 82ea66f7c40db3423e344bcbbf9295e8ee10fea6 /src/codegen/llvm | |
| parent | 8b82a0e0fc5cac9a5376f06955ca4419b9a9923f (diff) | |
| parent | 075ec5555264b759035e7d607faf03704075af23 (diff) | |
| download | zig-c6ad4521c77372cb52adfb9a52b0854d830fed9c.tar.gz zig-c6ad4521c77372cb52adfb9a52b0854d830fed9c.zip | |
Merge branch 'llvm19'
Upgrades the LLVM, Clang, and LLD dependencies to LLVM 19.x
Related to #16270
Big thanks to Alex Rønne Petersen for doing the bulk of the upgrade work
in this branch.
Diffstat (limited to 'src/codegen/llvm')
| -rw-r--r-- | src/codegen/llvm/bindings.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen/llvm/bindings.zig b/src/codegen/llvm/bindings.zig index a002dbcd8a..07183b994f 100644 --- a/src/codegen/llvm/bindings.zig +++ b/src/codegen/llvm/bindings.zig @@ -352,6 +352,7 @@ pub const OSType = enum(c_int) { ELFIAMCU, TvOS, WatchOS, + BridgeOS, DriverKit, XROS, Mesa3D, |
