[all-commits] [llvm/llvm-project] 8a73aa: [libcxx] [libcxxabi] Set flags for visibility when...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Nov 3 07:14:11 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8a73aa8c4c3ee82e7d650c6a957937713a4a9ab4
https://github.com/llvm/llvm-project/commit/8a73aa8c4c3ee82e7d650c6a957937713a4a9ab4
Author: Martin Storsjö <martin at martin.st>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M libcxx/CMakeLists.txt
M libcxxabi/CMakeLists.txt
Log Message:
-----------
[libcxx] [libcxxabi] Set flags for visibility when statically linking libcxxabi into libcxx for windows
Previously, these had to be set manually when building each of the
projects standalone, in order to get proper symbol visibility when
combining the two libraries.
Differential Revision: https://reviews.llvm.org/D90021
More information about the All-commits
mailing list