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.
This commit is contained in:
commit
4378369b6a
@ -333,6 +333,7 @@ fn main() {
|
||||
} else if target.contains("darwin")
|
||||
|| target.contains("freebsd")
|
||||
|| target.contains("windows-gnullvm")
|
||||
|| target.contains("aix")
|
||||
{
|
||||
"c++"
|
||||
} else if target.contains("netbsd") && llvm_static_stdcpp.is_some() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user