[LLVMbugs] [Bug 153] [llvm-link] global arrays don't get linked properly

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Tue Nov 25 10:05:26 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=153

sabre at nondot.org changed:

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



------- Additional Comments From sabre at nondot.org  2003-11-25 12:05 -------
This is not a bug.  This is exactly what the -funcresolve pass was designed to
deal with (the mismatch between LLVM and C linkage rules).

Just run the funcresolve pass after llvm-link, and it should patch things up for
you.

-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