Mercurial > hg > CbC > CbC_llvm
annotate test/Linker/comdat5.ll @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | |
children | 60c9769439b8 |
rev | line source |
---|---|
77 | 1 ; RUN: not llvm-link %s %p/Inputs/comdat4.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 $foo = comdat samesize | |
6 @foo = global i32 42, comdat $foo | |
7 ; CHECK: Linking COMDATs named 'foo': SameSize violated! |