[all-commits] [llvm/llvm-project] e0ecc3: [AIX] Fix libc++ Symbol Visibility on AIX
Michael Francis via All-commits
all-commits at lists.llvm.org
Wed Mar 8 10:59:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0ecc322ec840f375863bd56c589cdc03b1483e6
https://github.com/llvm/llvm-project/commit/e0ecc322ec840f375863bd56c589cdc03b1483e6
Author: Michael Francis <michaelfrancis at ibm.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M libcxx/include/__config
A libcxx/test/libcxx/vendor/ibm/bad_function_call.pass.cpp
Log Message:
-----------
[AIX] Fix libc++ Symbol Visibility on AIX
The AIX linker does not support linking against libc++ if it exports symbols are redefined within compiled code.
Differential Revision: https://reviews.llvm.org/D140675
More information about the All-commits
mailing list