Skip to content

Commit a6dd62b

Browse files
committed
R4: Addressing review comments
1 parent c050671 commit a6dd62b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flang/test/Driver/lto-bc.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
! CHECK-NOT: ^{{.*}} = blockcount:
1313

1414
! RUN: %flang -flto=thin %s -c -o - | llvm-dis -o - | FileCheck %s --check-prefix=THIN
15+
! THIN: define void @_QQmain()
16+
! THIN-NEXT: ret void
17+
! THIN-NEXT: }
1518
! THIN-NOT: !{{.*}} = !{i32 1, !"ThinLTO", i32 0}
1619
! THIN-NOT: ^{{.*}} = module:
1720
! THIN-NOT: ^{{.*}} = gv: (name:

0 commit comments

Comments
 (0)