2020-08-07 16:47:31 +02:00
|
|
|
; RUN: llc -mtriple powerpc-ibm-aix-xcoff < %s | FileCheck %s
|
|
|
|
; RUN: llc -mtriple powerpc64-ibm-aix-xcoff < %s | FileCheck %s
|
2020-07-15 22:12:22 +02:00
|
|
|
|
|
|
|
@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @foo, i8* null }]
|
|
|
|
|
|
|
|
define internal void @foo() {
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2020-08-07 16:47:31 +02:00
|
|
|
; FIXME: Adjust the comment after we use source file full path to generate unique
|
|
|
|
; module id instead.
|
|
|
|
; Use the Pid and timestamp to generate a unique module id when strong external
|
|
|
|
; symbols are not available in current module. The module id generated in this
|
|
|
|
; way is not reproducible. A function name sample would be:
|
|
|
|
; __sinit80000000_clangPidTime_119189_1597348415_0
|
|
|
|
|
|
|
|
; CHECK: .lglobl foo[DS]
|
|
|
|
; CHECK: .lglobl .foo
|
|
|
|
; CHECK: .csect foo[DS]
|
|
|
|
; CHECK-NEXT: __sinit80000000_clangPidTime_[[PID:[0-9]+]]_[[TIMESTAMP:[0-9]+]]_0:
|
|
|
|
; CHECK: .foo:
|
|
|
|
; CHECK-NEXT: .__sinit80000000_clangPidTime_[[PID]]_[[TIMESTAMP]]_0:
|
|
|
|
; CHECK: .globl __sinit80000000_clangPidTime_[[PID]]_[[TIMESTAMP]]_0
|
|
|
|
; CHECK: .globl .__sinit80000000_clangPidTime_[[PID]]_[[TIMESTAMP]]_0
|