Skip to content

Commit cda8b38

Browse files
authored
Add elf abi to ppc64 targets (#1596)
1 parent 87e5fae commit cda8b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/target/llvm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ impl TargetInfo<'_> {
9898
"llvm" | "softfloat" | "uwp" | "vec-extabi" => "",
9999
"ilp32" => "_ilp32",
100100
"abi64" => "",
101+
"elfv1" | "elfv2" => "",
101102
abi => abi,
102103
};
103104
Cow::Owned(match (vendor, env, abi) {

0 commit comments

Comments
 (0)