projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed6e87
)
Unbreak no-asserts testing
author
David Zarzycki
<dave@znu.io>
Thu, 29 Apr 2021 14:01:37 +0000
(10:01 -0400)
committer
David Zarzycki
<dave@znu.io>
Thu, 29 Apr 2021 14:01:37 +0000
(10:01 -0400)
clang/test/Driver/debug-pass-structure.c
patch
|
blob
|
history
diff --git
a/clang/test/Driver/debug-pass-structure.c
b/clang/test/Driver/debug-pass-structure.c
index
7e1d748
..
3028324
100644
(file)
--- 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]