Skip to content

Commit 3547076

Browse files
committed
[Clang] Fix LTO pipeline test after 770a50b.
(cherry-picked from 89d645d)
1 parent c6b5e7e commit 3547076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/CodeGen/lto-newpm-pipeline.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
// CHECK-FULL-O0-NEXT: Running pass: CoroCleanupPass
3333
// CHECK-FULL-O0-NEXT: Running pass: CanonicalizeAliasesPass
3434
// CHECK-FULL-O0-NEXT: Running pass: NameAnonGlobalPass
35+
// CHECK-FULL-O0-NEXT: Running pass: AnnotationRemarksPass
3536
// CHECK-FULL-O0-NEXT: Running pass: BitcodeWriterPass
3637

3738
// CHECK-THIN-O0: Running pass: AlwaysInlinerPass
@@ -40,6 +41,7 @@
4041
// CHECK-THIN-O0: Running pass: CoroCleanupPass
4142
// CHECK-THIN-O0-NEXT: Running pass: CanonicalizeAliasesPass
4243
// CHECK-THIN-O0-NEXT: Running pass: NameAnonGlobalPass
44+
// CHECK-THIN-O0-NEXT: Running pass: AnnotationRemarksPass
4345
// CHECK-THIN-O0-NEXT: Running pass: ThinLTOBitcodeWriterPass
4446

4547
// TODO: The LTO pre-link pipeline currently invokes

0 commit comments

Comments
 (0)