aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/llvm/bindings.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codegen/llvm/bindings.zig b/src/codegen/llvm/bindings.zig
index d1a386ac60..81e722bed8 100644
--- a/src/codegen/llvm/bindings.zig
+++ b/src/codegen/llvm/bindings.zig
@@ -1734,8 +1734,8 @@ pub const DIBuilder = opaque {
dib: *DIBuilder,
tag: c_uint,
name: [*:0]const u8,
- scope: *DIScope,
- file: *DIFile,
+ scope: ?*DIScope,
+ file: ?*DIFile,
line: c_uint,
) *DIType;