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

Eli Friedman eli.friedman at gmail.com
Fri Dec 16 16:53:29 PST 2011


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




More information about the llvm-commits mailing list