[llvm-commits] [patch] Fix handling of common symbols

Roman Divacky rdivacky at freebsd.org
Tue Sep 14 00:28:30 PDT 2010


On Mon, Sep 13, 2010 at 05:59:01PM -0400, Rafael Espindola wrote:
> Roman found an issue with the previous patch that is fixed on this
> one: If there is no explicit .local directive, a .comm should produce
> a common symbol, even when the symbol is not first mentioned in a
> directive.

this one is a little better but still broken :( Rafael, try
to compile "gnu screen" (version 4.0.3?), it compiles now
but hungs when running. with vanilla SVN llvm it links/runs
just fine...



More information about the llvm-commits mailing list