mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Now functions can return aggregate values.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47409 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7990dc7633
commit
2102cab02f
@ -1,5 +1,4 @@
|
||||
; RUN: not llvm-as < %s -o /dev/null -f |& \
|
||||
; RUN: grep {LLVM functions cannot return aggregate types}
|
||||
; RUN: not llvm-as < %s -o /dev/null -f
|
||||
|
||||
define void @test() {
|
||||
call {} @foo()
|
||||
|
Loading…
x
Reference in New Issue
Block a user