[LLVMbugs] [Bug 1093] NEW: llvm.va_* intrinsics vary in type
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Jan 7 00:30:57 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1093
Summary: llvm.va_* intrinsics vary in type
Product: libraries
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
The CFE currently produces llvm.va_* intrinsics where the va_list type varies according to the target. The
LangRef document describes this behavior. Both should be updated to change the pointer to always be
'i8*' so that there is always a consistent type.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list