mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
Builder: fix llvm ir syntax
This commit is contained in:
@@ -9380,7 +9380,7 @@ pub fn printUnbuffered(
|
||||
\\
|
||||
, .{function_attributes.fmt(self)});
|
||||
try writer.print(
|
||||
\\{s}{}{}{}{}{}{"} {} {}(
|
||||
\\{s}{}{}{}{}{}{"} {%} {}(
|
||||
, .{
|
||||
if (function.instructions.len > 0) "define" else "declare",
|
||||
global.linkage,
|
||||
|
||||
Reference in New Issue
Block a user