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

Duncan Sands <[email protected]> changed:

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

--- Comment #4 from Duncan Sands <[email protected]> 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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to