File tree Expand file tree Collapse file tree 2 files changed +105
-1
lines changed
Expand file tree Collapse file tree 2 files changed +105
-1
lines changed Original file line number Diff line number Diff line change 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 {
3839fir.global linkonce_odr @global_linkonce_odr constant : i32 {
3940 %0 = arith.constant 0 : i32
4041 fir.has_value %0 : i32
41- }
42+ }
You can’t perform that action at this time.
0 commit comments