comparison test/Linker/ConstantGlobals.ll @ 83:60c9769439b8 LLVM3.7

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents
children 7d135dc70f03
comparison
equal deleted inserted replaced
78:af83660cff7b 83:60c9769439b8
1 ; RUN: llvm-link %s %S/Inputs/ConstantGlobals.ll -S | FileCheck %s
2 ; RUN: llvm-link %S/Inputs/ConstantGlobals.ll %s -S | FileCheck %s
3
4 ; CHECK-DAG: @X = constant [1 x i32] [i32 8]
5 @X = external global [1 x i32]
6
7 ; CHECK-DAG: @Y = external global [1 x i32]
8 @Y = external global [1 x i32]