You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.182
Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
parent
8625704ad8
commit
b716dc8d12
17
external/llvm/test/tools/llvm-split/function.ll
vendored
17
external/llvm/test/tools/llvm-split/function.ll
vendored
@ -1,17 +0,0 @@
|
||||
; RUN: llvm-split -o %t %s
|
||||
; RUN: llvm-dis -o - %t0 | FileCheck --check-prefix=CHECK0 %s
|
||||
; RUN: llvm-dis -o - %t1 | FileCheck --check-prefix=CHECK1 %s
|
||||
|
||||
; CHECK0: define void @foo()
|
||||
; CHECK1: declare void @foo()
|
||||
define void @foo() {
|
||||
call void @bar()
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK0: declare void @bar()
|
||||
; CHECK1: define void @bar()
|
||||
define void @bar() {
|
||||
call void @foo()
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user