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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to