Skip to content

Commit c017691

Browse files
committed
Attempt to fix Go syntax error
1 parent 60a0c61 commit c017691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/bindings/go/llvm/dibuilder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (d *DIBuilder) CreateCompileUnit(cu DICompileUnit) Metadata {
145145
/*DWOId=*/ 0,
146146
/*SplitDebugInlining*/ C.LLVMBool(boolToCInt(true)),
147147
/*DebugInfoForProfiling*/ C.LLVMBool(boolToCInt(false)),
148-
sysroot
148+
sysroot,
149149
)
150150
return Metadata{C: result}
151151
}

0 commit comments

Comments
 (0)