mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 17:55:18 +00:00
new testcase
llvm-svn: 24310
This commit is contained in:
parent
bcf40488a9
commit
63aaf38163
10
test/Feature/global_section.ll
Normal file
10
test/Feature/global_section.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
|
||||
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
||||
; RUN: diff %t1.ll %t2.ll
|
||||
|
||||
%X = global int 4, section "foo", align 16
|
||||
|
||||
void %test() section "bar" {
|
||||
ret void
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user