• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: not llvm-link %s %s -S -o - 2>&1 | FileCheck %s
2
3$c1 = comdat largest
4
5define void @c1() comdat($c1) {
6  ret void
7}
8; CHECK: GlobalVariable required for data dependent selection!
9