Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-10-07 22:22:04 +0300
committerLouis Dionne <ldionne@apple.com>2019-10-07 22:22:04 +0300
commitbe52ff95063aa3a5f6784d1c3479511d333c7fd6 (patch)
treed6b4aa4bc4e2e61f1562172624975b16ab3e5662 /libcxxabi/src/CMakeLists.txt
parent0d19662a6a8f7c3bbabf3b095d6fbf76cf9aa376 (diff)
[libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION option
That option controls the 'VERSION' attribute of the libc++abi shared library, which in turn controls the name of the actual dylib being produced. llvm-svn: 373949
Diffstat (limited to 'libcxxabi/src/CMakeLists.txt')
-rw-r--r--libcxxabi/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/CMakeLists.txt b/libcxxabi/src/CMakeLists.txt
index 0bb164d12ee4..b38973b0b179 100644
--- a/libcxxabi/src/CMakeLists.txt
+++ b/libcxxabi/src/CMakeLists.txt
@@ -176,7 +176,7 @@ if (LIBCXXABI_ENABLE_SHARED)
SOVERSION
"1"
VERSION
- "1.0"
+ "${LIBCXXABI_LIBRARY_VERSION}"
DEFINE_SYMBOL
"")