Skip to content

Commit 2d5c50e

Browse files
committed
Update LIT tests to include powerpc-ibm-aix variation.
1 parent 116de4f commit 2d5c50e

File tree

2 files changed

+105
-1
lines changed

2 files changed

+105
-1
lines changed

flang/test/Fir/comdat.fir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: fir-opt %s --fir-to-llvm-ir="target=x86_64-pc-windows-msvc" | FileCheck %s --check-prefixes="CHECK-COMDAT"
44
// RUN: fir-opt %s --fir-to-llvm-ir="target=aarch64-apple-darwin" | FileCheck %s --check-prefixes="CHECK-NOCOMDAT"
55
// RUN: fir-opt %s --fir-to-llvm-ir="target=powerpc64-ibm-aix" | FileCheck %s --check-prefixes="CHECK-NOCOMDAT"
6+
// RUN: fir-opt %s --fir-to-llvm-ir="target=powerpc-ibm-aix" | FileCheck %s --check-prefixes="CHECK-NOCOMDAT"
67

78
// CHECK-COMDAT: llvm.func linkonce @fun_linkonce(%arg0: i32) -> i32 comdat(@__llvm_comdat::@fun_linkonce)
89
// CHECK-NOCOMDAT: llvm.func linkonce @fun_linkonce(%arg0: i32) -> i32 {
@@ -38,4 +39,4 @@ fir.global linkonce @global_linkonce constant : i32 {
3839
fir.global linkonce_odr @global_linkonce_odr constant : i32 {
3940
%0 = arith.constant 0 : i32
4041
fir.has_value %0 : i32
41-
}
42+
}

0 commit comments

Comments
 (0)