[LLVMbugs] [Bug 16318] New: const_intcast in OCaml binding has incorrect type.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jun 13 06:28:15 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16318
Bug ID: 16318
Summary: const_intcast in OCaml binding has incorrect type.
Product: libraries
Version: 3.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Core LLVM classes
Assignee: unassignedbugs at nondot.org
Reporter: kikuchi at lepidum.co.jp
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
OCaml binding does not pass bool parameter to llvm-c.
In llvm.ml
external const_intcast : llvalue -> lltype -> llvalue = "LLVMConstIntCast"
In Core.h
LLVMValueRef LLVMConstIntCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType,
LLVMBool isSigned);
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130613/81749f7e/attachment.html>
More information about the llvm-bugs
mailing list