mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 02:05:01 +00:00
[LTO] Buildbot appeasing take 2
Let's try again. This time using the right function signature. It's a real pity I can't run this on a darwin machine... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253453 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2c844f486
commit
9e9da1f7c3
@ -15,7 +15,7 @@ target triple = "x86_64-unknown-linux-gnu"
|
||||
declare i32 @bar()
|
||||
|
||||
define i32 @f() {
|
||||
%a = call void @bar()
|
||||
%a = call i32 @bar()
|
||||
ret i32 %a
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user