forked from OSchip/llvm-project
Unbreak no-asserts testing
This commit is contained in:
parent
1ed6e87ab0
commit
3eb2be67b9
|
@ -1,6 +1,7 @@
|
|||
// Test that we print pass structure with new and legacy PM.
|
||||
// RUN: %clang -fexperimental-new-pass-manager -fdebug-pass-structure -O3 -S -emit-llvm %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=NEWPM
|
||||
// RUN: %clang -flegacy-pass-manager -fdebug-pass-structure -O0 -S -emit-llvm %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LEGACYPM
|
||||
// REQUIRES: asserts
|
||||
|
||||
// NEWPM: Annotation2MetadataPass on [module]
|
||||
// NEWPM-NEXT: ForceFunctionAttrsPass on [module]
|
||||
|
|
Loading…
Reference in New Issue