[LLVMbugs] [Bug 7019] New: Definition and Declaration if LLVMUnionType do not match
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 3 01:32:57 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7019
Summary: Definition and Declaration if LLVMUnionType do not
match
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jos.decoster at gmail.com
CC: llvmbugs at cs.uiuc.edu
Hi,
The definition of the LLVMUnionType function in Core.cpp:
LLVMTypeRef LLVMUnionType(LLVMTypeRef *ElementTypes,
unsigned ElementCount, int Packed)
is different from the declaration in Core.h:
LLVMTypeRef LLVMUnionType(LLVMTypeRef *ElementTypes, unsigned ElementCount);
Kind regards,
Jos.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list