You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,17 +0,0 @@
|
||||
; RUN: llvm-as -o %t %s
|
||||
; RUN: llvm-modextract -n 0 -o - %t | llvm-dis | FileCheck %s
|
||||
; RUN: not llvm-modextract -n 1 -o - %t 2>&1 | FileCheck --check-prefix=ERROR %s
|
||||
; RUN: llvm-modextract -b -n 0 -o - %t | llvm-dis | FileCheck %s
|
||||
; RUN: not llvm-modextract -b -n 1 -o - %t 2>&1 | FileCheck --check-prefix=ERROR %s
|
||||
|
||||
; RUN: llvm-modextract -n 0 -o %t0 %t
|
||||
; RUN: llvm-dis -o - %t0 | FileCheck %s
|
||||
; RUN: llvm-modextract -b -n 0 -o %t1 %t
|
||||
; RUN: llvm-dis -o - %t1 | FileCheck %s
|
||||
|
||||
; CHECK: define void @f()
|
||||
; ERROR: llvm-modextract: error: module index out of range; bitcode file contains 1 module(s)
|
||||
|
||||
define void @f() {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user