Skip to content

Commit 4378369

Browse files
authored
Rollup merge of #109519 - bzEq:aix-llvm-c++, r=cuviper
Link against libc++ on AIX LLVM on AIX currently is utilizing runtimes in llvm-project, such as libc++, libc++abi and libunwind.
2 parents 2270bde + 3a7977e commit 4378369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_llvm/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ fn main() {
333333
} else if target.contains("darwin")
334334
|| target.contains("freebsd")
335335
|| target.contains("windows-gnullvm")
336+
|| target.contains("aix")
336337
{
337338
"c++"
338339
} else if target.contains("netbsd") && llvm_static_stdcpp.is_some() {

0 commit comments

Comments
 (0)