[all-commits] [llvm/llvm-project] 4f13b9: [libc++] Simplify how we re-export symbols from li...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Oct 1 05:30:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4f13b999297140486b2faa1b5d8d7c768fb40dfb
https://github.com/llvm/llvm-project/commit/4f13b999297140486b2faa1b5d8d7c768fb40dfb
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M libcxx/lib/abi/CHANGELOG.TXT
M libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
R libcxx/lib/libc++abi-exceptions.exp
R libcxx/lib/libc++abi-exceptions.sjlj.exp
R libcxx/lib/libc++abi-new-delete.exp
M libcxx/src/CMakeLists.txt
M libcxxabi/src/CMakeLists.txt
Log Message:
-----------
[libc++] Simplify how we re-export symbols from libc++abi
Instead of managing two copies of the symbol lists, reuse the same list
in libc++abi and libc++.
Differential Revision: https://reviews.llvm.org/D88623
More information about the All-commits
mailing list