Move LLVMDIBuilderCreateFunction , LLVMDIBuilderCreateLexicalBlock, and LLVMDIBuilderCreateLexicalBlockFile from Go to LLVM-C.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM after that one small go style change.
bindings/go/llvm/dibuilder.go | ||
---|---|---|
210 | Can you put these on the next line? |
bindings/go/llvm/dibuilder.go | ||
---|---|---|
210 | This matches the formatting in the rest of the file. |
Can you put these on the next line?