mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 18:22:53 +01:00
Use temporary directory for tests in D74346
This commit is contained in:
parent
707b7beede
commit
0fc5f58b28
@ -1,11 +1,13 @@
|
||||
; RUN: opt < %s -analyze -dot-cfg -cfg-hide-unreachable-paths -cfg-dot-filename-prefix=unreach 2>/dev/null
|
||||
; RUN: FileCheck %s -input-file=unreach.callee.dot -check-prefix=UNREACH
|
||||
; RUN: opt < %s -analyze -dot-cfg -cfg-hide-deoptimize-paths -cfg-dot-filename-prefix=deopt 2>/dev/null
|
||||
; RUN: FileCheck %s -input-file=deopt.callee.dot -check-prefix=DEOPT
|
||||
; RUN: opt < %s -analyze -dot-cfg -cfg-dot-filename-prefix=no-flags 2>/dev/null
|
||||
; RUN: FileCheck %s -input-file=no-flags.callee.dot -check-prefix=NO-FLAGS
|
||||
; RUN: opt < %s -analyze -dot-cfg -cfg-hide-unreachable-paths -cfg-hide-deoptimize-paths -cfg-dot-filename-prefix=both-flags 2>/dev/null
|
||||
; RUN: FileCheck %s -input-file=both-flags.callee.dot -check-prefix=BOTH-FLAGS
|
||||
; RUN: rm -rf %t
|
||||
; RUN: mkdir -p %t
|
||||
; RUN: opt < %s -analyze -dot-cfg -cfg-hide-unreachable-paths -cfg-dot-filename-prefix=%t/unreach 2>/dev/null
|
||||
; RUN: FileCheck %s -input-file=%t/unreach.callee.dot -check-prefix=UNREACH
|
||||
; RUN: opt < %s -analyze -dot-cfg -cfg-hide-deoptimize-paths -cfg-dot-filename-prefix=%t/deopt 2>/dev/null
|
||||
; RUN: FileCheck %s -input-file=%t/deopt.callee.dot -check-prefix=DEOPT
|
||||
; RUN: opt < %s -analyze -dot-cfg -cfg-dot-filename-prefix=%t/no-flags 2>/dev/null
|
||||
; RUN: FileCheck %s -input-file=%t/no-flags.callee.dot -check-prefix=NO-FLAGS
|
||||
; RUN: opt < %s -analyze -dot-cfg -cfg-hide-unreachable-paths -cfg-hide-deoptimize-paths -cfg-dot-filename-prefix=%t/both-flags 2>/dev/null
|
||||
; RUN: FileCheck %s -input-file=%t/both-flags.callee.dot -check-prefix=BOTH-FLAGS
|
||||
|
||||
declare i8 @llvm.experimental.deoptimize.i8(...)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user