aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-09-19 22:47:00 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-09-19 22:47:56 -0700
commitc6ad4521c77372cb52adfb9a52b0854d830fed9c (patch)
tree82ea66f7c40db3423e344bcbbf9295e8ee10fea6 /src/codegen/llvm
parent8b82a0e0fc5cac9a5376f06955ca4419b9a9923f (diff)
parent075ec5555264b759035e7d607faf03704075af23 (diff)
downloadzig-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.zig1
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,