Unbreak no-asserts testing
authorDavid Zarzycki <dave@znu.io>
Thu, 29 Apr 2021 14:01:37 +0000 (10:01 -0400)
committerDavid Zarzycki <dave@znu.io>
Thu, 29 Apr 2021 14:01:37 +0000 (10:01 -0400)
clang/test/Driver/debug-pass-structure.c

index 7e1d748..3028324 100644 (file)
@@ -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]