Mercurial > hg > CbC > CbC_llvm
view test/Linker/comdat4.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 %p/Inputs/comdat3.ll -S -o - 2>&1 | FileCheck %s $foo = comdat noduplicates @foo = global i64 43, comdat($foo) ; CHECK: Linking COMDATs named 'foo': noduplicates has been violated!