[LLVMbugs] [Bug 10587] Dragonegg doesn't handle __attribute__((alias(...)))

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Aug 6 10:08:09 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=10587

Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Duncan Sands <baldrick at free.fr> 2011-08-06 12:08:08 CDT ---
Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110801/125618.html

As for the question "From what I can tell, dragonegg doesn't process extern
declarations at all, it just adds a var arg function for external symbols.
Is that right?": dragonegg only processes external declarations if they are
used by something.  But when it does process an external declaration it outputs
it properly (except for Fortran, where the Fortran frontend is so buggy I gave
up and forced all external functions to be declared as varargs).

-- 
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