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

Chad Rosier mcrosier at apple.com
Sat Dec 17 14:25:11 PST 2011


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