
On AIX, when the input files are LLVM bitcode files, `llvm-ar` should set the archive kind to `K_AIXBIG` as well, instead of leaving it to the default `K_GNU`. Reviewed By: daltenty Differential Revision: https://reviews.llvm.org/D149377
9 lines
173 B
LLVM
9 lines
173 B
LLVM
target datalayout = "E-m:a-Fi64-i64:64-n32:64-S128-v256:256:256-v512:512:512"
|
|
target triple = "powerpc64-ibm-aix7.2.0.0"
|
|
|
|
define signext i32 @foo() {
|
|
entry:
|
|
ret i32 42
|
|
}
|
|
|