From 6333dc454178f3f47e6947dbb0dde91b31b35037 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 17 Jan 2020 12:52:25 -0800 Subject: [PATCH] Revert "Attempt to fix Go syntax error" This reverts commit c0176916a4824812d25a5a22c4ff7c95857b0cd6. --- bindings/go/llvm/dibuilder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/go/llvm/dibuilder.go b/bindings/go/llvm/dibuilder.go index 43813268735..d7397fdb605 100644 --- a/bindings/go/llvm/dibuilder.go +++ b/bindings/go/llvm/dibuilder.go @@ -145,7 +145,7 @@ func (d *DIBuilder) CreateCompileUnit(cu DICompileUnit) Metadata { /*DWOId=*/ 0, /*SplitDebugInlining*/ C.LLVMBool(boolToCInt(true)), /*DebugInfoForProfiling*/ C.LLVMBool(boolToCInt(false)), - sysroot, + sysroot ) return Metadata{C: result} }