You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,18 +0,0 @@
|
||||
; If the binary looks up libraries using an rpath, we can't test this
|
||||
; without copying the whole lib dir or polluting the build dir.
|
||||
; REQUIRES: static-libs
|
||||
; REQUIRES: aarch64-registered-target
|
||||
|
||||
; RUN: echo > %t.input
|
||||
|
||||
; RUN: cp llvm-isel-fuzzer %t.bin--aarch64
|
||||
; RUN: %t.bin--aarch64 %t.input 2>&1 | FileCheck -check-prefix=AARCH64 %s
|
||||
; AARCH64: Injected args: -mtriple=aarch64
|
||||
|
||||
; RUN: cp llvm-isel-fuzzer %t.bin--aarch64-O1
|
||||
; RUN: %t.bin--aarch64-O1 %t.input 2>&1 | FileCheck -check-prefix=OPT-AFTER %s
|
||||
; OPT-AFTER: Injected args: -mtriple=aarch64 -O1
|
||||
|
||||
; RUN: cp llvm-isel-fuzzer %t.bin--O3-aarch64
|
||||
; RUN: %t.bin--O3-aarch64 %t.input 2>&1 | FileCheck -check-prefix=OPT-BEFORE %s
|
||||
; OPT-BEFORE: Injected args: -O3 -mtriple=aarch64
|
Reference in New Issue
Block a user