Skip to content

Commit c80f641

Browse files
committed
Update libcxx (llvm project) version to version 19.1.1
1 parent dc5fb8f commit c80f641

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

vcpkg-custom/registry/ports/libcxx/13.0.1_0/build.sh.in renamed to vcpkg-custom/registry/ports/libcxx/19.1.1_0/build.sh.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ set -e
55
SOURCE_PATH=@SOURCE_PATH@
66
INSTALL_PREFIX=@INSTALL_PREFIX@
77

8-
export MACOSX_DEPLOYMENT_TARGET=10.9
8+
export MACOSX_DEPLOYMENT_TARGET=14.6
99

1010
cmake -G Ninja -S $SOURCE_PATH/llvm \
1111
-DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX \
12-
-DLLVM_ENABLE_PROJECTS="libcxx;libcxxabi" \
12+
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
1313
-DCMAKE_BUILD_TYPE=Release \
14+
-DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
1415
-DLIBCXX_ENABLE_SHARED=false \
1516
-DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=true
1617

17-
ninja cxx cxxabi
18+
ninja runtimes
1819

1920
ninja install-cxx install-cxxabi

vcpkg-custom/registry/ports/libcxx/13.0.1_0/portfile.cmake renamed to vcpkg-custom/registry/ports/libcxx/19.1.1_0/portfile.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO llvm/llvm-project
4-
REF 75e33f71c2dae584b13a7d1186ae0a038ba98838
5-
HEAD_REF llvmorg-13.0.1
6-
SHA512 8bd80efe88160f615a9dc6fbcdab693d1459ca483410cf990f25169079e46726429f24ad042d287bfcfef8fd54a8a7264a67a710edaa24ebbf1e815a62b1f812
4+
REF d401987fe349a87c53fe25829215b080b70c0c1a
5+
HEAD_REF llvmorg-19.1.1
6+
SHA512 adbcd783b35c635d6a2e3a97a9a183645645f539bb1771062b69e3b5a8f92250882124c71d3b57b0c206e2efb54415c67fed3e46fb023adff4a2fe17d190b250
77
)
88

99
file(REMOVE_RECURSE "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg" "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel")
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "libcxx",
3-
"version-string": "13.0.1",
3+
"version-string": "19.1.1",
44
"description": "LLVM libc++"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"2023-08-23": {
33
"libcxx": {
4-
"baseline": "13.0.1"
4+
"baseline": "19.1.1"
55
}
66
}
77
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"versions": [
33
{
4-
"version": "13.0.1",
5-
"path": "$/ports/libcxx/13.0.1_0"
4+
"version": "19.1.1",
5+
"path": "$/ports/libcxx/19.1.1_0"
66
}
77
]
88
}

0 commit comments

Comments
 (0)