[LLVMbugs] [Bug 3180] New: the C++ backend drops some function attributes
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Dec 7 17:48:43 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3180
Summary: the C++ backend drops some function attributes
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: flld0 at greynode.net
CC: llvmbugs at cs.uiuc.edu
The C++ backend, when serializing functions, loses some attributes. It looks
like attributes added in Attributes.h have not also been added in
CPPBackend.cpp.
In 2.4 least noinline, alwaysinline, and optsize are not supported. Looking at
viewvc, more have been added since 2.4.
--
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