mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
Convert test to use an extra Input file. NFC.
llvm-svn: 223414
This commit is contained in:
parent
9a74f7acf6
commit
89aebd8ef9
@ -1,8 +0,0 @@
|
||||
; The linker should choose the largest alignment when linking.
|
||||
|
||||
; RUN: echo "@X = global i32 7, align 8" | llvm-as > %t.2.bc
|
||||
; RUN: llvm-as < %s > %t.1.bc
|
||||
; RUN: llvm-link %t.1.bc %t.2.bc -S | FileCheck %s
|
||||
; CHECK: align 8
|
||||
|
||||
@X = weak global i32 7, align 4
|
1
test/Linker/Inputs/alignment.ll
Normal file
1
test/Linker/Inputs/alignment.ll
Normal file
@ -0,0 +1 @@
|
||||
@X = global i32 7, align 8
|
8
test/Linker/alignment.ll
Normal file
8
test/Linker/alignment.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; 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
|
Loading…
x
Reference in New Issue
Block a user