[llvm] c017691 - Attempt to fix Go syntax error
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 12:37:29 PST 2020
Author: Adrian Prantl
Date: 2020-01-17T12:37:15-08:00
New Revision: c0176916a4824812d25a5a22c4ff7c95857b0cd6
URL: https://github.com/llvm/llvm-project/commit/c0176916a4824812d25a5a22c4ff7c95857b0cd6
DIFF: https://github.com/llvm/llvm-project/commit/c0176916a4824812d25a5a22c4ff7c95857b0cd6.diff
LOG: Attempt to fix Go syntax error
Added:
Modified:
llvm/bindings/go/llvm/dibuilder.go
Removed:
################################################################################
diff --git a/llvm/bindings/go/llvm/dibuilder.go b/llvm/bindings/go/llvm/dibuilder.go
index d7397fdb605e..438132687356 100644
--- a/llvm/bindings/go/llvm/dibuilder.go
+++ b/llvm/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}
}
More information about the llvm-commits
mailing list