Removing the static destructor from ManagedStatic.cpp by controlling the allocation...
[oota-llvm.git] / test / Linker / comdat7.ll
1 ; RUN: not llvm-link %s %p/Inputs/comdat5.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 $"\01??_7S@@6B@" = comdat largest
6 define void @"\01??_7S@@6B@"() {
7   ret void
8 }
9 ; CHECK: GlobalVariable required for data dependent selection!