llvm/test/Linker/alignment.ll
Rafael Espindola fe137022a5 Convert test to use an extra Input file. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223414 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-04 23:31:21 +00:00

9 lines
282 B
LLVM

; The linker should choose the largest alignment when linking.
; RUN: llvm-link %p/alignment.ll %p/Inputs/alignment.ll -S | FileCheck %s
; RUN: llvm-link %p/Inputs/alignment.ll %p/alignment.ll -S | FileCheck %s
; CHECK: @X = global i32 7, align 8
@X = weak global i32 7, align 4