[llvm-commits] [llvm] r146728 - in /llvm/trunk: lib/Linker/LinkModules.cpp test/Linker/link-type-names.ll

Chris Lattner sabre at nondot.org
Sun Dec 18 22:49:29 PST 2011


Thanks for reverting it, I'll take a look.

-Chris

On Dec 17, 2011, at 2:25 PM, Chad Rosier wrote:

> This has been reverted in r146838.  It was also causing a few of our internal nightly testers to fail.
> 
> Chad
> 
> 
> On Dec 16, 2011, at 4:53 PM, Eli Friedman wrote:
> 
>> On Fri, Dec 16, 2011 at 12:36 AM, Chris Lattner <sabre at nondot.org> wrote:
>>> Author: lattner
>>> Date: Fri Dec 16 02:36:07 2011
>>> New Revision: 146728
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=146728&view=rev
>>> Log:
>>> By popular demand, link up types by name if they are isomorphic and one is an
>>> autorenamed version of the other.   This makes the IR easier to read, because
>>> we don't end up with random renamed versions of the types after LTO'ing a large app.
>> 
>> This change appears to be causing failues:
>> http://lab.llvm.org:8011/builders/clang-x86_64-debian-fnt/builds/2527
>> .
>> 
>> -Eli
>> 
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list