Skip to content

Commit

Permalink
Add -fno-experimental-pass-manager to make clear which pass manager
Browse files Browse the repository at this point in the history
we're running and to make flipping the default not regress testing.

llvm-svn: 374840
  • Loading branch information
echristo committed Oct 14, 2019
1 parent c3649a0 commit d93d001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Misc/loop-opt-setup.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %clang -O1 -fexperimental-new-pass-manager -fno-unroll-loops -S -o - %s -emit-llvm | FileCheck %s
// RUN: %clang -O1 -fno-unroll-loops -S -o - %s -emit-llvm | FileCheck %s
// RUN: %clang -O1 -fno-experimental-new-pass-manager -fno-unroll-loops -S -o - %s -emit-llvm | FileCheck %s
extern int a[16];
int b = 0;
int foo(void) {
Expand Down

0 comments on commit d93d001

Please sign in to comment.