mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
Builder: fix llvm ir syntax
This commit is contained in:
parent
30ef0ed054
commit
9f8e4ddf25
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user