Mercurial > hg > CbC > CbC_llvm
view test/Linker/comdat7.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line source
; RUN: not llvm-link %s %s -S -o - 2>&1 | FileCheck %s $c1 = comdat largest define void @c1() comdat($c1) { ret void } ; CHECK: GlobalVariable required for data dependent selection!