mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
[Fix][Fortran Support] Don't use -debug-only in pattern matching test cases
-debug-only is unnecessary and causes the tests to break in Release mode. Remove the option to opt in the test cases. llvm-svn: 302722
This commit is contained in:
parent
f3a74e7d28
commit
f5c81fb199
@ -1,6 +1,6 @@
|
||||
; RUN: opt -S -polly-detect-fortran-arrays -analyze -polly-process-unprofitable \
|
||||
; RUN: -polly-remarks-minimal -polly-canonicalize -polly-scops \
|
||||
; RUN: -polly-dependences -debug-only=polly-dependence -polly-canonicalize \
|
||||
; RUN: -polly-dependences -polly-canonicalize \
|
||||
; RUN: -polly-allow-nonaffine -polly-ignore-aliasing \
|
||||
; RUN: -polly-invariant-load-hoisting < %s| FileCheck %s
|
||||
;
|
||||
|
@ -1,6 +1,6 @@
|
||||
; RUN: opt -S -polly-detect-fortran-arrays -analyze -polly-process-unprofitable \
|
||||
; RUN: -polly-remarks-minimal -polly-canonicalize -polly-scops \
|
||||
; RUN: -polly-dependences -debug-only=polly-dependence -polly-canonicalize \
|
||||
; RUN: -polly-dependences -polly-canonicalize \
|
||||
; RUN: -polly-allow-nonaffine -polly-ignore-aliasing \
|
||||
; RUN: -polly-invariant-load-hoisting < %s| FileCheck %s
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user