[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Linker / comdat7.ll
blobef938a706bf8c65d6f62aacef478710665e55df3
1 ; RUN: not llvm-link %s %s -S -o - 2>&1 | FileCheck %s
3 $c1 = comdat largest
5 define void @c1() comdat($c1) {
6   ret void
8 ; CHECK: GlobalVariable required for data dependent selection!