summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/ConstantGlobals3.ll
blob: 5867ea50088234e1ba41c4bd6d682f9476931c70 (plain)
1
2
3
4
5
6
; RUN: llvm-link %s %S/Inputs/ConstantGlobals3.ll -S | FileCheck %s
; RUN: llvm-link %S/Inputs/ConstantGlobals3.ll %s -S | FileCheck %s

; CHECK: @X = external constant [1 x i32]

@X = external global [1 x i32]
OpenPOWER on IntegriCloud