From 3eb2be67b997ea62f47dbe90a62e828ecfb266a8 Mon Sep 17 00:00:00 2001 From: David Zarzycki Date: Thu, 29 Apr 2021 10:01:37 -0400 Subject: [PATCH] Unbreak no-asserts testing --- clang/test/Driver/debug-pass-structure.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/Driver/debug-pass-structure.c b/clang/test/Driver/debug-pass-structure.c index 7e1d748..3028324 100644 --- a/clang/test/Driver/debug-pass-structure.c +++ b/clang/test/Driver/debug-pass-structure.c @@ -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] -- 2.7.4