mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Builder: fix llvm ir syntax
This commit is contained in:
parent
30ef0ed054
commit
9f8e4ddf25
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue