[llvm-commits] [llvm] r76971 - /llvm/trunk/lib/Target/TargetAsmInfo.cpp

Chris Lattner clattner at apple.com
Sat Jul 25 10:58:34 PDT 2009


On Jul 25, 2009, at 3:36 AM, Rafael Espindola wrote:

> 2009/7/24 Chris Lattner <sabre at nondot.org>:
>> Author: lattner
>> Date: Fri Jul 24 11:40:45 2009
>> New Revision: 76971
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=76971&view=rev
>> Log:
>> There is no need to pass the name into  lib/Target/TargetAsmInfo.cpp
>> when we have a global with no section explicitly specified.
>
> This is causing problems on linux. Before the patch we would compile a
> global "int foo;" into

Ooh, nice catch.  Thanks a lot for reporting this.  There is a better  
solution, but I committed this
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090720/082543.html

until I have time to do it.

-Chris




More information about the llvm-commits mailing list