[all-commits] [llvm/llvm-project] 7922ff: [AIX] Add -lc++abi and -lunwind for linking
Jason Liu via All-commits
all-commits at lists.llvm.org
Thu May 27 08:49:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7922ff601094585c4b46b2640b7d07986f722c1b
https://github.com/llvm/llvm-project/commit/7922ff601094585c4b46b2640b7d07986f722c1b
Author: jasonliu <jasonliu.development at gmail.com>
Date: 2021-05-27 (Thu, 27 May 2021)
Changed paths:
M clang/lib/Driver/ToolChain.cpp
M clang/lib/Driver/ToolChains/AIX.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/aix-ld.c
Log Message:
-----------
[AIX] Add -lc++abi and -lunwind for linking
Summary:
We are going to have libc++abi.a and libunwind.a on AIX.
Add the necessary linking command to pick the libraries up.
Reviewed By: daltenty
Differential Revision: https://reviews.llvm.org/D102813
More information about the All-commits
mailing list