Skip to content

Commit 94dd096

Browse files
committed
Revert "Attempt to fix Go syntax error"
This reverts commit c017691.
1 parent c017691 commit 94dd096

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)