https://llvm.org/bugs/show_bug.cgi?id=27511
Bug ID: 27511 Summary: LLVMConstantAggregateZero is missing from C API and Go Bindings Product: new-bugs Version: 3.8 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: alain.kuchta+l...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 16266 --> https://llvm.org/bugs/attachment.cgi?id=16266&action=edit Patch file to add ConstantAggregateZero to the C-API and Go Bindings LLVMConstantAggregateZero is missing from `include/llvm-c/Core.h` LLVMConstantAggregateZero is missing from `bindings/go/ir.org` This prevents C and Go API users from correctly initializing global array variables. Attached is a patch to fix this issue. Summary of Changes ------------------ - Add declaration of LLVMConstantAggregateZero in `include/llvm-c/Core.h` - Add definition of LLVMConstantAggregateZero in `lib/IR/Core.cpp` - Add definition of ConstantAggregateZero in `bindings/go/llvm/ir.go' -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs