DebugInfo: Lazily construct subprogram definition DIEs.
[oota-llvm.git] / test / Linker / cycle.ll
1 ; RUN: not llvm-link %s %S/Inputs/cycle.ll 2>&1 | FileCheck %s
2 ; RUN: not llvm-link %S/Inputs/cycle.ll %s 2>&1 | FileCheck %s
3
4 ; CHECK: Linking these modules creates an alias cycle
5
6 @foo = weak global i32 0
7 @bar = alias i32* @foo