Always treat DISubprogram reached by DIImportedEntity as needed.
[oota-llvm.git] / test / Linker / comdat2.ll
1 ; RUN: not llvm-link %s %p/Inputs/comdat.ll -S -o - 2>&1 | FileCheck %s
2 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
3 target triple = "i686-pc-windows-msvc"
4
5 $foo = comdat samesize
6 @foo = global i32 42, comdat($foo)
7 ; CHECK: Linking COMDATs named 'foo': invalid selection kinds!