Skip to content

Commit 8763ac3

Browse files
authored
[flang] fix skip-external-rtti-definition for ppc (#146826)
PPC does not use comdat. There is no need to check for that in the test, just remove it. Fix for https://lab.llvm.org/buildbot/#/builders/201/builds/5278
1 parent 4868d66 commit 8763ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/test/Integration/skip-external-rtti-definition.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ subroutine needs_descriptor(x)
3333

3434
#endif
3535

36-
! LINKONCE-DAG: @_QMmodule_external_type_definitionEXnXt1 = linkonce_odr constant [2 x i8] c"t1", comdat
36+
! LINKONCE-DAG: @_QMmodule_external_type_definitionEXnXt1 = linkonce_odr constant [2 x i8] c"t1"
3737
! LINKONCE-DAG: @_QMmodule_external_type_definitionEXdtXt1 = linkonce_odr constant {{.*}} {
38-
! LINKONCE-DAG: @_QMmodule_same_unit_type_definitionEXnXt2 = linkonce_odr constant [2 x i8] c"t2", comdat
38+
! LINKONCE-DAG: @_QMmodule_same_unit_type_definitionEXnXt2 = linkonce_odr constant [2 x i8] c"t2"
3939
! LINKONCE-DAG: @_QMmodule_same_unit_type_definitionEXdtXt2 = linkonce_odr constant {{.*}} {
4040

4141
! EXTERNAL-NOT: @_QMmodule_external_type_definitionEXnXt1

0 commit comments

Comments
 (0)