Date: Fri, 18 Oct 2024 05:42:18 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9fd4b7c836f0 - main - wasi: drop support for LLVM < 17 Message-ID: <202410180542.49I5gIgY080266@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fd4b7c836f0ea69d92f3f3d4bcff76bb13085ff commit 9fd4b7c836f0ea69d92f3f3d4bcff76bb13085ff Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-10-18 05:40:07 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-10-18 05:41:52 +0000 wasi: drop support for LLVM < 17 Prepare for update --- MOVED | 10 + devel/Makefile | 10 - devel/wasi-compiler-rt/Makefile | 10 +- devel/wasi-compiler-rt12/Makefile | 7 - devel/wasi-compiler-rt13/Makefile | 7 - devel/wasi-compiler-rt14/Makefile | 7 - devel/wasi-compiler-rt15/Makefile | 7 - devel/wasi-compiler-rt16/Makefile | 7 - devel/wasi-libc/Makefile | 2 +- devel/wasi-libcxx12/Makefile | 7 - devel/wasi-libcxx12/pkg-plist | 191 --------- devel/wasi-libcxx13/Makefile | 7 - devel/wasi-libcxx13/pkg-plist | 391 ----------------- devel/wasi-libcxx14/Makefile | 7 - devel/wasi-libcxx14/pkg-plist | 544 ----------------------- devel/wasi-libcxx15/Makefile | 7 - devel/wasi-libcxx15/pkg-plist | 795 ---------------------------------- devel/wasi-libcxx16/Makefile | 7 - devel/wasi-libcxx16/pkg-plist | 877 -------------------------------------- 19 files changed, 12 insertions(+), 2888 deletions(-) diff --git a/MOVED b/MOVED index 9149f9fea8ac..25833ad348c4 100644 --- a/MOVED +++ b/MOVED @@ -3524,3 +3524,13 @@ security/py-zope.password||2024-10-08|Has no value as standalone package devel/py-pyproject_hooks|devel/py-pyproject-hooks|2024-10-14|Move devel/py-pyproject_hooks to devel/py-pyproject-hooks security/clusterssh|security/p5-App-ClusterSSH|2024-10-16|Renamed to match upstream naming, please use security/p5-App-ClusterSSH instead www/mnogosearch||2024-10-17|Upstream disappeared since 2022, abandonware +devel/wasi-compiler-rt12||2024-10-18|Version no longer supported as a WASI component +devel/wasi-compiler-rt13||2024-10-18|Version no longer supported as a WASI component +devel/wasi-compiler-rt14||2024-10-18|Version no longer supported as a WASI component +devel/wasi-compiler-rt15||2024-10-18|Version no longer supported as a WASI component +devel/wasi-compiler-rt16||2024-10-18|Version no longer supported as a WASI component +devel/wasi-libcxx12||2024-10-18|Version no longer supported as a WASI component +devel/wasi-libcxx13||2024-10-18|Version no longer supported as a WASI component +devel/wasi-libcxx14||2024-10-18|Version no longer supported as a WASI component +devel/wasi-libcxx15||2024-10-18|Version no longer supported as a WASI component +devel/wasi-libcxx16||2024-10-18|Version no longer supported as a WASI component diff --git a/devel/Makefile b/devel/Makefile index 218a1dd75033..36b409f0459b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -8262,20 +8262,10 @@ SUBDIR += wand-libconfig SUBDIR += wandio SUBDIR += wasi-compiler-rt - SUBDIR += wasi-compiler-rt12 - SUBDIR += wasi-compiler-rt13 - SUBDIR += wasi-compiler-rt14 - SUBDIR += wasi-compiler-rt15 - SUBDIR += wasi-compiler-rt16 SUBDIR += wasi-compiler-rt17 SUBDIR += wasi-compiler-rt18 SUBDIR += wasi-libc SUBDIR += wasi-libcxx - SUBDIR += wasi-libcxx12 - SUBDIR += wasi-libcxx13 - SUBDIR += wasi-libcxx14 - SUBDIR += wasi-libcxx15 - SUBDIR += wasi-libcxx16 SUBDIR += wasi-libcxx17 SUBDIR += wasi-libcxx18 SUBDIR += wasm3 diff --git a/devel/wasi-compiler-rt/Makefile b/devel/wasi-compiler-rt/Makefile index 00289154f05e..f389dbb446ab 100644 --- a/devel/wasi-compiler-rt/Makefile +++ b/devel/wasi-compiler-rt/Makefile @@ -56,16 +56,8 @@ CMAKE_ARGS= -DCMAKE_AR=${LOCALBASE}/bin/llvm-ar${LLVM_VERSION} \ -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON \ -DCOMPILER_RT_OS_DIR=wasi -.include <bsd.port.pre.mk> - -.if ${LLVM_VERSION} < 16 -CMAKE_ARGS+= -DLLVM_CONFIG_PATH=${LLVM_CONFIG} -CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX}/lib/clang/${LLVM_RELEASE} -PLIST_FILES= ${LLVM_PREFIX}/lib/clang/${LLVM_RELEASE}/lib/wasi/libclang_rt.builtins-wasm32.a -.else CMAKE_ARGS+= -DLLVM_CMAKE_DIR=${LLVM_PREFIX} CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX}/lib/clang/${LLVM_VERSION} PLIST_FILES= ${LLVM_PREFIX}/lib/clang/${LLVM_VERSION}/lib/wasi/libclang_rt.builtins-wasm32.a -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/wasi-compiler-rt12/Makefile b/devel/wasi-compiler-rt12/Makefile deleted file mode 100644 index 4547aefe118f..000000000000 --- a/devel/wasi-compiler-rt12/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# must sync with devel/llvm12 -DISTVERSION= 12.0.1 -PORTREVISION= 1 - -MASTERDIR= ${.CURDIR}/../wasi-compiler-rt - -.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-compiler-rt13/Makefile b/devel/wasi-compiler-rt13/Makefile deleted file mode 100644 index 46013b132099..000000000000 --- a/devel/wasi-compiler-rt13/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# must sync with devel/llvm13 -DISTVERSION= 13.0.1 -PORTREVISION= 1 - -MASTERDIR= ${.CURDIR}/../wasi-compiler-rt - -.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-compiler-rt14/Makefile b/devel/wasi-compiler-rt14/Makefile deleted file mode 100644 index 05335b88f3a4..000000000000 --- a/devel/wasi-compiler-rt14/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# must sync with devel/llvm14 -DISTVERSION= 14.0.6 -PORTREVISION= 1 - -MASTERDIR= ${.CURDIR}/../wasi-compiler-rt - -.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-compiler-rt15/Makefile b/devel/wasi-compiler-rt15/Makefile deleted file mode 100644 index fdb3d740edd4..000000000000 --- a/devel/wasi-compiler-rt15/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# must sync with devel/llvm15 -DISTVERSION= 15.0.7 -PORTREVISION= 1 - -MASTERDIR= ${.CURDIR}/../wasi-compiler-rt - -.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-compiler-rt16/Makefile b/devel/wasi-compiler-rt16/Makefile deleted file mode 100644 index 05fff01c81a6..000000000000 --- a/devel/wasi-compiler-rt16/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# must sync with devel/llvm16 -DISTVERSION= 16.0.6 -PORTREVISION= 1 - -MASTERDIR= ${.CURDIR}/../wasi-compiler-rt - -.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libc/Makefile b/devel/wasi-libc/Makefile index b93e1e6c5e34..4121d70b7eb4 100644 --- a/devel/wasi-libc/Makefile +++ b/devel/wasi-libc/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE_LLVM2= ${WRKSRC}/LICENSE-APACHE-LLVM LICENSE_NAME_LLVM2= Apache License 2.0 with LLVM Exceptions LICENSE_PERMS_LLVM2= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= gmake llvm:min=12 +USES= gmake llvm:min=17 USE_GITHUB= yes GH_ACCOUNT= WebAssembly GH_TUPLE= WebAssembly:WASI:59cbe14:wasi/tools/wasi-headers/WASI diff --git a/devel/wasi-libcxx12/Makefile b/devel/wasi-libcxx12/Makefile deleted file mode 100644 index 5fb77e5b411c..000000000000 --- a/devel/wasi-libcxx12/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# must sync with devel/llvm12 -DISTVERSION= 12.0.1 -PORTREVISION= 1 - -MASTERDIR= ${.CURDIR}/../wasi-libcxx - -.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx12/pkg-plist b/devel/wasi-libcxx12/pkg-plist deleted file mode 100644 index 93aa4e682b3f..000000000000 --- a/devel/wasi-libcxx12/pkg-plist +++ /dev/null @@ -1,191 +0,0 @@ -share/wasi-sysroot/include/c++/v1/__availability -share/wasi-sysroot/include/c++/v1/__bit_reference -share/wasi-sysroot/include/c++/v1/__bits -share/wasi-sysroot/include/c++/v1/__bsd_locale_defaults.h -share/wasi-sysroot/include/c++/v1/__bsd_locale_fallbacks.h -share/wasi-sysroot/include/c++/v1/__config -share/wasi-sysroot/include/c++/v1/__cxxabi_config.h -share/wasi-sysroot/include/c++/v1/__debug -share/wasi-sysroot/include/c++/v1/__errc -share/wasi-sysroot/include/c++/v1/__functional_03 -share/wasi-sysroot/include/c++/v1/__functional_base -share/wasi-sysroot/include/c++/v1/__functional_base_03 -share/wasi-sysroot/include/c++/v1/__hash_table -share/wasi-sysroot/include/c++/v1/__libcpp_version -share/wasi-sysroot/include/c++/v1/__locale -share/wasi-sysroot/include/c++/v1/__memory/allocator_traits.h -share/wasi-sysroot/include/c++/v1/__memory/base.h -share/wasi-sysroot/include/c++/v1/__memory/pointer_traits.h -share/wasi-sysroot/include/c++/v1/__memory/utilities.h -share/wasi-sysroot/include/c++/v1/__mutex_base -share/wasi-sysroot/include/c++/v1/__node_handle -share/wasi-sysroot/include/c++/v1/__nullptr -share/wasi-sysroot/include/c++/v1/__split_buffer -share/wasi-sysroot/include/c++/v1/__sso_allocator -share/wasi-sysroot/include/c++/v1/__std_stream -share/wasi-sysroot/include/c++/v1/__string -share/wasi-sysroot/include/c++/v1/__support/android/locale_bionic.h -share/wasi-sysroot/include/c++/v1/__support/fuchsia/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/ibm/limits.h -share/wasi-sysroot/include/c++/v1/__support/ibm/locale_mgmt_aix.h -share/wasi-sysroot/include/c++/v1/__support/ibm/nanosleep.h -share/wasi-sysroot/include/c++/v1/__support/ibm/support.h -share/wasi-sysroot/include/c++/v1/__support/ibm/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/musl/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/newlib/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/nuttx/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/openbsd/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/solaris/floatingpoint.h -share/wasi-sysroot/include/c++/v1/__support/solaris/wchar.h -share/wasi-sysroot/include/c++/v1/__support/solaris/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/win32/limits_msvc_win32.h -share/wasi-sysroot/include/c++/v1/__support/win32/locale_win32.h -share/wasi-sysroot/include/c++/v1/__support/xlocale/__nop_locale_mgmt.h -share/wasi-sysroot/include/c++/v1/__support/xlocale/__posix_l_fallback.h -share/wasi-sysroot/include/c++/v1/__support/xlocale/__strtonum_fallback.h -share/wasi-sysroot/include/c++/v1/__threading_support -share/wasi-sysroot/include/c++/v1/__tree -share/wasi-sysroot/include/c++/v1/__tuple -share/wasi-sysroot/include/c++/v1/__undef_macros -share/wasi-sysroot/include/c++/v1/algorithm -share/wasi-sysroot/include/c++/v1/any -share/wasi-sysroot/include/c++/v1/array -share/wasi-sysroot/include/c++/v1/atomic -share/wasi-sysroot/include/c++/v1/barrier -share/wasi-sysroot/include/c++/v1/bit -share/wasi-sysroot/include/c++/v1/bitset -share/wasi-sysroot/include/c++/v1/cassert -share/wasi-sysroot/include/c++/v1/ccomplex -share/wasi-sysroot/include/c++/v1/cctype -share/wasi-sysroot/include/c++/v1/cerrno -share/wasi-sysroot/include/c++/v1/cfenv -share/wasi-sysroot/include/c++/v1/cfloat -share/wasi-sysroot/include/c++/v1/charconv -share/wasi-sysroot/include/c++/v1/chrono -share/wasi-sysroot/include/c++/v1/cinttypes -share/wasi-sysroot/include/c++/v1/ciso646 -share/wasi-sysroot/include/c++/v1/climits -share/wasi-sysroot/include/c++/v1/clocale -share/wasi-sysroot/include/c++/v1/cmath -share/wasi-sysroot/include/c++/v1/codecvt -share/wasi-sysroot/include/c++/v1/compare -share/wasi-sysroot/include/c++/v1/complex -share/wasi-sysroot/include/c++/v1/complex.h -share/wasi-sysroot/include/c++/v1/concepts -share/wasi-sysroot/include/c++/v1/condition_variable -share/wasi-sysroot/include/c++/v1/csetjmp -share/wasi-sysroot/include/c++/v1/csignal -share/wasi-sysroot/include/c++/v1/cstdarg -share/wasi-sysroot/include/c++/v1/cstdbool -share/wasi-sysroot/include/c++/v1/cstddef -share/wasi-sysroot/include/c++/v1/cstdint -share/wasi-sysroot/include/c++/v1/cstdio -share/wasi-sysroot/include/c++/v1/cstdlib -share/wasi-sysroot/include/c++/v1/cstring -share/wasi-sysroot/include/c++/v1/ctgmath -share/wasi-sysroot/include/c++/v1/ctime -share/wasi-sysroot/include/c++/v1/ctype.h -share/wasi-sysroot/include/c++/v1/cwchar -share/wasi-sysroot/include/c++/v1/cwctype -share/wasi-sysroot/include/c++/v1/cxxabi.h -share/wasi-sysroot/include/c++/v1/deque -share/wasi-sysroot/include/c++/v1/errno.h -share/wasi-sysroot/include/c++/v1/exception -share/wasi-sysroot/include/c++/v1/execution -share/wasi-sysroot/include/c++/v1/experimental/__config -share/wasi-sysroot/include/c++/v1/experimental/__memory -share/wasi-sysroot/include/c++/v1/experimental/algorithm -share/wasi-sysroot/include/c++/v1/experimental/coroutine -share/wasi-sysroot/include/c++/v1/experimental/deque -share/wasi-sysroot/include/c++/v1/experimental/filesystem -share/wasi-sysroot/include/c++/v1/experimental/forward_list -share/wasi-sysroot/include/c++/v1/experimental/functional -share/wasi-sysroot/include/c++/v1/experimental/iterator -share/wasi-sysroot/include/c++/v1/experimental/list -share/wasi-sysroot/include/c++/v1/experimental/map -share/wasi-sysroot/include/c++/v1/experimental/memory_resource -share/wasi-sysroot/include/c++/v1/experimental/propagate_const -share/wasi-sysroot/include/c++/v1/experimental/regex -share/wasi-sysroot/include/c++/v1/experimental/set -share/wasi-sysroot/include/c++/v1/experimental/simd -share/wasi-sysroot/include/c++/v1/experimental/string -share/wasi-sysroot/include/c++/v1/experimental/type_traits -share/wasi-sysroot/include/c++/v1/experimental/unordered_map -share/wasi-sysroot/include/c++/v1/experimental/unordered_set -share/wasi-sysroot/include/c++/v1/experimental/utility -share/wasi-sysroot/include/c++/v1/experimental/vector -share/wasi-sysroot/include/c++/v1/ext/__hash -share/wasi-sysroot/include/c++/v1/ext/hash_map -share/wasi-sysroot/include/c++/v1/ext/hash_set -share/wasi-sysroot/include/c++/v1/fenv.h -share/wasi-sysroot/include/c++/v1/filesystem -share/wasi-sysroot/include/c++/v1/float.h -share/wasi-sysroot/include/c++/v1/forward_list -share/wasi-sysroot/include/c++/v1/fstream -share/wasi-sysroot/include/c++/v1/functional -share/wasi-sysroot/include/c++/v1/future -share/wasi-sysroot/include/c++/v1/initializer_list -share/wasi-sysroot/include/c++/v1/inttypes.h -share/wasi-sysroot/include/c++/v1/iomanip -share/wasi-sysroot/include/c++/v1/ios -share/wasi-sysroot/include/c++/v1/iosfwd -share/wasi-sysroot/include/c++/v1/iostream -share/wasi-sysroot/include/c++/v1/istream -share/wasi-sysroot/include/c++/v1/iterator -share/wasi-sysroot/include/c++/v1/latch -share/wasi-sysroot/include/c++/v1/limits -share/wasi-sysroot/include/c++/v1/limits.h -share/wasi-sysroot/include/c++/v1/list -share/wasi-sysroot/include/c++/v1/locale -share/wasi-sysroot/include/c++/v1/locale.h -share/wasi-sysroot/include/c++/v1/map -share/wasi-sysroot/include/c++/v1/math.h -share/wasi-sysroot/include/c++/v1/memory -share/wasi-sysroot/include/c++/v1/module.modulemap -share/wasi-sysroot/include/c++/v1/mutex -share/wasi-sysroot/include/c++/v1/new -share/wasi-sysroot/include/c++/v1/numbers -share/wasi-sysroot/include/c++/v1/numeric -share/wasi-sysroot/include/c++/v1/optional -share/wasi-sysroot/include/c++/v1/ostream -share/wasi-sysroot/include/c++/v1/queue -share/wasi-sysroot/include/c++/v1/random -share/wasi-sysroot/include/c++/v1/ratio -share/wasi-sysroot/include/c++/v1/regex -share/wasi-sysroot/include/c++/v1/scoped_allocator -share/wasi-sysroot/include/c++/v1/semaphore -share/wasi-sysroot/include/c++/v1/set -share/wasi-sysroot/include/c++/v1/setjmp.h -share/wasi-sysroot/include/c++/v1/shared_mutex -share/wasi-sysroot/include/c++/v1/span -share/wasi-sysroot/include/c++/v1/sstream -share/wasi-sysroot/include/c++/v1/stack -share/wasi-sysroot/include/c++/v1/stdbool.h -share/wasi-sysroot/include/c++/v1/stddef.h -share/wasi-sysroot/include/c++/v1/stdexcept -share/wasi-sysroot/include/c++/v1/stdint.h -share/wasi-sysroot/include/c++/v1/stdio.h -share/wasi-sysroot/include/c++/v1/stdlib.h -share/wasi-sysroot/include/c++/v1/streambuf -share/wasi-sysroot/include/c++/v1/string -share/wasi-sysroot/include/c++/v1/string.h -share/wasi-sysroot/include/c++/v1/string_view -share/wasi-sysroot/include/c++/v1/strstream -share/wasi-sysroot/include/c++/v1/system_error -share/wasi-sysroot/include/c++/v1/tgmath.h -share/wasi-sysroot/include/c++/v1/thread -share/wasi-sysroot/include/c++/v1/tuple -share/wasi-sysroot/include/c++/v1/type_traits -share/wasi-sysroot/include/c++/v1/typeindex -share/wasi-sysroot/include/c++/v1/typeinfo -share/wasi-sysroot/include/c++/v1/unordered_map -share/wasi-sysroot/include/c++/v1/unordered_set -share/wasi-sysroot/include/c++/v1/utility -share/wasi-sysroot/include/c++/v1/valarray -share/wasi-sysroot/include/c++/v1/variant -share/wasi-sysroot/include/c++/v1/vector -share/wasi-sysroot/include/c++/v1/version -share/wasi-sysroot/include/c++/v1/wchar.h -share/wasi-sysroot/include/c++/v1/wctype.h -share/wasi-sysroot/lib/wasm32-wasi/libc++.a -share/wasi-sysroot/lib/wasm32-wasi/libc++abi.a diff --git a/devel/wasi-libcxx13/Makefile b/devel/wasi-libcxx13/Makefile deleted file mode 100644 index c0422a465d6d..000000000000 --- a/devel/wasi-libcxx13/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# must sync with devel/llvm13 -DISTVERSION= 13.0.1 -PORTREVISION= 1 - -MASTERDIR= ${.CURDIR}/../wasi-libcxx - -.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx13/pkg-plist b/devel/wasi-libcxx13/pkg-plist deleted file mode 100644 index 9935768e2996..000000000000 --- a/devel/wasi-libcxx13/pkg-plist +++ /dev/null @@ -1,391 +0,0 @@ -share/wasi-sysroot/include/c++/v1/__algorithm/adjacent_find.h -share/wasi-sysroot/include/c++/v1/__algorithm/all_of.h -share/wasi-sysroot/include/c++/v1/__algorithm/any_of.h -share/wasi-sysroot/include/c++/v1/__algorithm/binary_search.h -share/wasi-sysroot/include/c++/v1/__algorithm/clamp.h -share/wasi-sysroot/include/c++/v1/__algorithm/comp.h -share/wasi-sysroot/include/c++/v1/__algorithm/comp_ref_type.h -share/wasi-sysroot/include/c++/v1/__algorithm/copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/copy_backward.h -share/wasi-sysroot/include/c++/v1/__algorithm/copy_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/copy_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/count.h -share/wasi-sysroot/include/c++/v1/__algorithm/count_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/equal.h -share/wasi-sysroot/include/c++/v1/__algorithm/equal_range.h -share/wasi-sysroot/include/c++/v1/__algorithm/fill.h -share/wasi-sysroot/include/c++/v1/__algorithm/fill_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/find.h -share/wasi-sysroot/include/c++/v1/__algorithm/find_end.h -share/wasi-sysroot/include/c++/v1/__algorithm/find_first_of.h -share/wasi-sysroot/include/c++/v1/__algorithm/find_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/find_if_not.h -share/wasi-sysroot/include/c++/v1/__algorithm/for_each.h -share/wasi-sysroot/include/c++/v1/__algorithm/for_each_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/generate.h -share/wasi-sysroot/include/c++/v1/__algorithm/generate_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/half_positive.h -share/wasi-sysroot/include/c++/v1/__algorithm/includes.h -share/wasi-sysroot/include/c++/v1/__algorithm/inplace_merge.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_heap_until.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_partitioned.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_permutation.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_sorted.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_sorted_until.h -share/wasi-sysroot/include/c++/v1/__algorithm/iter_swap.h -share/wasi-sysroot/include/c++/v1/__algorithm/lexicographical_compare.h -share/wasi-sysroot/include/c++/v1/__algorithm/lower_bound.h -share/wasi-sysroot/include/c++/v1/__algorithm/make_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/max.h -share/wasi-sysroot/include/c++/v1/__algorithm/max_element.h -share/wasi-sysroot/include/c++/v1/__algorithm/merge.h -share/wasi-sysroot/include/c++/v1/__algorithm/min.h -share/wasi-sysroot/include/c++/v1/__algorithm/min_element.h -share/wasi-sysroot/include/c++/v1/__algorithm/minmax.h -share/wasi-sysroot/include/c++/v1/__algorithm/minmax_element.h -share/wasi-sysroot/include/c++/v1/__algorithm/mismatch.h -share/wasi-sysroot/include/c++/v1/__algorithm/move.h -share/wasi-sysroot/include/c++/v1/__algorithm/move_backward.h -share/wasi-sysroot/include/c++/v1/__algorithm/next_permutation.h -share/wasi-sysroot/include/c++/v1/__algorithm/none_of.h -share/wasi-sysroot/include/c++/v1/__algorithm/nth_element.h -share/wasi-sysroot/include/c++/v1/__algorithm/partial_sort.h -share/wasi-sysroot/include/c++/v1/__algorithm/partial_sort_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/partition.h -share/wasi-sysroot/include/c++/v1/__algorithm/partition_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/partition_point.h -share/wasi-sysroot/include/c++/v1/__algorithm/pop_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/prev_permutation.h -share/wasi-sysroot/include/c++/v1/__algorithm/push_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/remove.h -share/wasi-sysroot/include/c++/v1/__algorithm/remove_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/remove_copy_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/remove_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/replace.h -share/wasi-sysroot/include/c++/v1/__algorithm/replace_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/replace_copy_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/replace_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/reverse.h -share/wasi-sysroot/include/c++/v1/__algorithm/reverse_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/rotate.h -share/wasi-sysroot/include/c++/v1/__algorithm/rotate_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/sample.h -share/wasi-sysroot/include/c++/v1/__algorithm/search.h -share/wasi-sysroot/include/c++/v1/__algorithm/search_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/set_difference.h -share/wasi-sysroot/include/c++/v1/__algorithm/set_intersection.h -share/wasi-sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h -share/wasi-sysroot/include/c++/v1/__algorithm/set_union.h -share/wasi-sysroot/include/c++/v1/__algorithm/shift_left.h -share/wasi-sysroot/include/c++/v1/__algorithm/shift_right.h -share/wasi-sysroot/include/c++/v1/__algorithm/shuffle.h -share/wasi-sysroot/include/c++/v1/__algorithm/sift_down.h -share/wasi-sysroot/include/c++/v1/__algorithm/sort.h -share/wasi-sysroot/include/c++/v1/__algorithm/sort_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/stable_partition.h -share/wasi-sysroot/include/c++/v1/__algorithm/stable_sort.h -share/wasi-sysroot/include/c++/v1/__algorithm/swap_ranges.h -share/wasi-sysroot/include/c++/v1/__algorithm/transform.h -share/wasi-sysroot/include/c++/v1/__algorithm/unique.h -share/wasi-sysroot/include/c++/v1/__algorithm/unique_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/unwrap_iter.h -share/wasi-sysroot/include/c++/v1/__algorithm/upper_bound.h -share/wasi-sysroot/include/c++/v1/__availability -share/wasi-sysroot/include/c++/v1/__bit_reference -share/wasi-sysroot/include/c++/v1/__bits -share/wasi-sysroot/include/c++/v1/__bsd_locale_defaults.h -share/wasi-sysroot/include/c++/v1/__bsd_locale_fallbacks.h -share/wasi-sysroot/include/c++/v1/__config -share/wasi-sysroot/include/c++/v1/__config_site -share/wasi-sysroot/include/c++/v1/__cxxabi_config.h -share/wasi-sysroot/include/c++/v1/__debug -share/wasi-sysroot/include/c++/v1/__errc -share/wasi-sysroot/include/c++/v1/__format/format_error.h -share/wasi-sysroot/include/c++/v1/__format/format_parse_context.h -share/wasi-sysroot/include/c++/v1/__function_like.h -share/wasi-sysroot/include/c++/v1/__functional/binary_function.h -share/wasi-sysroot/include/c++/v1/__functional/binary_negate.h -share/wasi-sysroot/include/c++/v1/__functional/bind.h -share/wasi-sysroot/include/c++/v1/__functional/bind_front.h -share/wasi-sysroot/include/c++/v1/__functional/binder1st.h -share/wasi-sysroot/include/c++/v1/__functional/binder2nd.h -share/wasi-sysroot/include/c++/v1/__functional/default_searcher.h -share/wasi-sysroot/include/c++/v1/__functional/function.h -share/wasi-sysroot/include/c++/v1/__functional/hash.h -share/wasi-sysroot/include/c++/v1/__functional/identity.h -share/wasi-sysroot/include/c++/v1/__functional/invoke.h -share/wasi-sysroot/include/c++/v1/__functional/is_transparent.h -share/wasi-sysroot/include/c++/v1/__functional/mem_fn.h -share/wasi-sysroot/include/c++/v1/__functional/mem_fun_ref.h -share/wasi-sysroot/include/c++/v1/__functional/not_fn.h -share/wasi-sysroot/include/c++/v1/__functional/operations.h -share/wasi-sysroot/include/c++/v1/__functional/perfect_forward.h -share/wasi-sysroot/include/c++/v1/__functional/pointer_to_binary_function.h -share/wasi-sysroot/include/c++/v1/__functional/pointer_to_unary_function.h -share/wasi-sysroot/include/c++/v1/__functional/ranges_operations.h -share/wasi-sysroot/include/c++/v1/__functional/reference_wrapper.h -share/wasi-sysroot/include/c++/v1/__functional/unary_function.h -share/wasi-sysroot/include/c++/v1/__functional/unary_negate.h -share/wasi-sysroot/include/c++/v1/__functional/unwrap_ref.h -share/wasi-sysroot/include/c++/v1/__functional/weak_result_type.h -share/wasi-sysroot/include/c++/v1/__functional_base -share/wasi-sysroot/include/c++/v1/__hash_table -share/wasi-sysroot/include/c++/v1/__iterator/access.h -share/wasi-sysroot/include/c++/v1/__iterator/advance.h -share/wasi-sysroot/include/c++/v1/__iterator/back_insert_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/common_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/concepts.h -share/wasi-sysroot/include/c++/v1/__iterator/counted_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/data.h -share/wasi-sysroot/include/c++/v1/__iterator/default_sentinel.h -share/wasi-sysroot/include/c++/v1/__iterator/distance.h -share/wasi-sysroot/include/c++/v1/__iterator/empty.h -share/wasi-sysroot/include/c++/v1/__iterator/erase_if_container.h -share/wasi-sysroot/include/c++/v1/__iterator/front_insert_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/incrementable_traits.h -share/wasi-sysroot/include/c++/v1/__iterator/insert_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/istream_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/istreambuf_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/iter_move.h -share/wasi-sysroot/include/c++/v1/__iterator/iter_swap.h -share/wasi-sysroot/include/c++/v1/__iterator/iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/iterator_traits.h -share/wasi-sysroot/include/c++/v1/__iterator/move_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/next.h -share/wasi-sysroot/include/c++/v1/__iterator/ostream_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/prev.h -share/wasi-sysroot/include/c++/v1/__iterator/projected.h -share/wasi-sysroot/include/c++/v1/__iterator/readable_traits.h -share/wasi-sysroot/include/c++/v1/__iterator/reverse_access.h -share/wasi-sysroot/include/c++/v1/__iterator/reverse_iterator.h -share/wasi-sysroot/include/c++/v1/__iterator/size.h -share/wasi-sysroot/include/c++/v1/__iterator/wrap_iter.h -share/wasi-sysroot/include/c++/v1/__libcpp_version -share/wasi-sysroot/include/c++/v1/__locale -share/wasi-sysroot/include/c++/v1/__memory/addressof.h -share/wasi-sysroot/include/c++/v1/__memory/allocation_guard.h -share/wasi-sysroot/include/c++/v1/__memory/allocator.h -share/wasi-sysroot/include/c++/v1/__memory/allocator_arg_t.h -share/wasi-sysroot/include/c++/v1/__memory/allocator_traits.h -share/wasi-sysroot/include/c++/v1/__memory/auto_ptr.h -share/wasi-sysroot/include/c++/v1/__memory/compressed_pair.h -share/wasi-sysroot/include/c++/v1/__memory/construct_at.h -share/wasi-sysroot/include/c++/v1/__memory/pointer_safety.h -share/wasi-sysroot/include/c++/v1/__memory/pointer_traits.h -share/wasi-sysroot/include/c++/v1/__memory/raw_storage_iterator.h -share/wasi-sysroot/include/c++/v1/__memory/shared_ptr.h -share/wasi-sysroot/include/c++/v1/__memory/temporary_buffer.h -share/wasi-sysroot/include/c++/v1/__memory/uninitialized_algorithms.h -share/wasi-sysroot/include/c++/v1/__memory/unique_ptr.h -share/wasi-sysroot/include/c++/v1/__memory/uses_allocator.h -share/wasi-sysroot/include/c++/v1/__mutex_base -share/wasi-sysroot/include/c++/v1/__node_handle -share/wasi-sysroot/include/c++/v1/__nullptr -share/wasi-sysroot/include/c++/v1/__random/uniform_int_distribution.h -share/wasi-sysroot/include/c++/v1/__ranges/access.h -share/wasi-sysroot/include/c++/v1/__ranges/all.h -share/wasi-sysroot/include/c++/v1/__ranges/common_view.h -share/wasi-sysroot/include/c++/v1/__ranges/concepts.h -share/wasi-sysroot/include/c++/v1/__ranges/copyable_box.h -share/wasi-sysroot/include/c++/v1/__ranges/dangling.h -share/wasi-sysroot/include/c++/v1/__ranges/data.h -share/wasi-sysroot/include/c++/v1/__ranges/drop_view.h -share/wasi-sysroot/include/c++/v1/__ranges/empty.h -share/wasi-sysroot/include/c++/v1/__ranges/empty_view.h -share/wasi-sysroot/include/c++/v1/__ranges/enable_borrowed_range.h -share/wasi-sysroot/include/c++/v1/__ranges/enable_view.h -share/wasi-sysroot/include/c++/v1/__ranges/non_propagating_cache.h -share/wasi-sysroot/include/c++/v1/__ranges/ref_view.h -share/wasi-sysroot/include/c++/v1/__ranges/size.h -share/wasi-sysroot/include/c++/v1/__ranges/subrange.h -share/wasi-sysroot/include/c++/v1/__ranges/transform_view.h -share/wasi-sysroot/include/c++/v1/__ranges/view_interface.h -share/wasi-sysroot/include/c++/v1/__split_buffer -share/wasi-sysroot/include/c++/v1/__std_stream -share/wasi-sysroot/include/c++/v1/__string -share/wasi-sysroot/include/c++/v1/__support/android/locale_bionic.h -share/wasi-sysroot/include/c++/v1/__support/fuchsia/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/ibm/gettod_zos.h -share/wasi-sysroot/include/c++/v1/__support/ibm/limits.h -share/wasi-sysroot/include/c++/v1/__support/ibm/locale_mgmt_aix.h -share/wasi-sysroot/include/c++/v1/__support/ibm/locale_mgmt_zos.h -share/wasi-sysroot/include/c++/v1/__support/ibm/nanosleep.h -share/wasi-sysroot/include/c++/v1/__support/ibm/support.h -share/wasi-sysroot/include/c++/v1/__support/ibm/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/musl/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/newlib/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/nuttx/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/openbsd/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/solaris/floatingpoint.h -share/wasi-sysroot/include/c++/v1/__support/solaris/wchar.h -share/wasi-sysroot/include/c++/v1/__support/solaris/xlocale.h -share/wasi-sysroot/include/c++/v1/__support/win32/limits_msvc_win32.h -share/wasi-sysroot/include/c++/v1/__support/win32/locale_win32.h -share/wasi-sysroot/include/c++/v1/__support/xlocale/__nop_locale_mgmt.h -share/wasi-sysroot/include/c++/v1/__support/xlocale/__posix_l_fallback.h -share/wasi-sysroot/include/c++/v1/__support/xlocale/__strtonum_fallback.h -share/wasi-sysroot/include/c++/v1/__threading_support -share/wasi-sysroot/include/c++/v1/__tree -share/wasi-sysroot/include/c++/v1/__tuple -share/wasi-sysroot/include/c++/v1/__undef_macros -share/wasi-sysroot/include/c++/v1/__utility/__decay_copy.h -share/wasi-sysroot/include/c++/v1/__utility/as_const.h -share/wasi-sysroot/include/c++/v1/__utility/cmp.h -share/wasi-sysroot/include/c++/v1/__utility/declval.h -share/wasi-sysroot/include/c++/v1/__utility/exchange.h -share/wasi-sysroot/include/c++/v1/__utility/forward.h -share/wasi-sysroot/include/c++/v1/__utility/in_place.h -share/wasi-sysroot/include/c++/v1/__utility/integer_sequence.h -share/wasi-sysroot/include/c++/v1/__utility/move.h -share/wasi-sysroot/include/c++/v1/__utility/pair.h -share/wasi-sysroot/include/c++/v1/__utility/piecewise_construct.h -share/wasi-sysroot/include/c++/v1/__utility/rel_ops.h -share/wasi-sysroot/include/c++/v1/__utility/swap.h -share/wasi-sysroot/include/c++/v1/__utility/to_underlying.h -share/wasi-sysroot/include/c++/v1/__variant/monostate.h -share/wasi-sysroot/include/c++/v1/algorithm -share/wasi-sysroot/include/c++/v1/any -share/wasi-sysroot/include/c++/v1/array -share/wasi-sysroot/include/c++/v1/atomic -share/wasi-sysroot/include/c++/v1/barrier -share/wasi-sysroot/include/c++/v1/bit -share/wasi-sysroot/include/c++/v1/bitset -share/wasi-sysroot/include/c++/v1/cassert -share/wasi-sysroot/include/c++/v1/ccomplex -share/wasi-sysroot/include/c++/v1/cctype -share/wasi-sysroot/include/c++/v1/cerrno -share/wasi-sysroot/include/c++/v1/cfenv -share/wasi-sysroot/include/c++/v1/cfloat -share/wasi-sysroot/include/c++/v1/charconv -share/wasi-sysroot/include/c++/v1/chrono -share/wasi-sysroot/include/c++/v1/cinttypes -share/wasi-sysroot/include/c++/v1/ciso646 -share/wasi-sysroot/include/c++/v1/climits -share/wasi-sysroot/include/c++/v1/clocale -share/wasi-sysroot/include/c++/v1/cmath -share/wasi-sysroot/include/c++/v1/codecvt -share/wasi-sysroot/include/c++/v1/compare -share/wasi-sysroot/include/c++/v1/complex -share/wasi-sysroot/include/c++/v1/complex.h -share/wasi-sysroot/include/c++/v1/concepts -share/wasi-sysroot/include/c++/v1/condition_variable -share/wasi-sysroot/include/c++/v1/csetjmp -share/wasi-sysroot/include/c++/v1/csignal -share/wasi-sysroot/include/c++/v1/cstdarg -share/wasi-sysroot/include/c++/v1/cstdbool -share/wasi-sysroot/include/c++/v1/cstddef -share/wasi-sysroot/include/c++/v1/cstdint -share/wasi-sysroot/include/c++/v1/cstdio -share/wasi-sysroot/include/c++/v1/cstdlib -share/wasi-sysroot/include/c++/v1/cstring -share/wasi-sysroot/include/c++/v1/ctgmath -share/wasi-sysroot/include/c++/v1/ctime -share/wasi-sysroot/include/c++/v1/ctype.h -share/wasi-sysroot/include/c++/v1/cwchar -share/wasi-sysroot/include/c++/v1/cwctype -share/wasi-sysroot/include/c++/v1/cxxabi.h -share/wasi-sysroot/include/c++/v1/deque -share/wasi-sysroot/include/c++/v1/errno.h -share/wasi-sysroot/include/c++/v1/exception -share/wasi-sysroot/include/c++/v1/execution -share/wasi-sysroot/include/c++/v1/experimental/__config -share/wasi-sysroot/include/c++/v1/experimental/__memory -share/wasi-sysroot/include/c++/v1/experimental/algorithm -share/wasi-sysroot/include/c++/v1/experimental/coroutine -share/wasi-sysroot/include/c++/v1/experimental/deque -share/wasi-sysroot/include/c++/v1/experimental/filesystem -share/wasi-sysroot/include/c++/v1/experimental/forward_list -share/wasi-sysroot/include/c++/v1/experimental/functional -share/wasi-sysroot/include/c++/v1/experimental/iterator -share/wasi-sysroot/include/c++/v1/experimental/list -share/wasi-sysroot/include/c++/v1/experimental/map -share/wasi-sysroot/include/c++/v1/experimental/memory_resource -share/wasi-sysroot/include/c++/v1/experimental/propagate_const -share/wasi-sysroot/include/c++/v1/experimental/regex -share/wasi-sysroot/include/c++/v1/experimental/set -share/wasi-sysroot/include/c++/v1/experimental/simd -share/wasi-sysroot/include/c++/v1/experimental/string -share/wasi-sysroot/include/c++/v1/experimental/type_traits -share/wasi-sysroot/include/c++/v1/experimental/unordered_map -share/wasi-sysroot/include/c++/v1/experimental/unordered_set -share/wasi-sysroot/include/c++/v1/experimental/utility -share/wasi-sysroot/include/c++/v1/experimental/vector -share/wasi-sysroot/include/c++/v1/ext/__hash -share/wasi-sysroot/include/c++/v1/ext/hash_map -share/wasi-sysroot/include/c++/v1/ext/hash_set -share/wasi-sysroot/include/c++/v1/fenv.h -share/wasi-sysroot/include/c++/v1/filesystem -share/wasi-sysroot/include/c++/v1/float.h -share/wasi-sysroot/include/c++/v1/format -share/wasi-sysroot/include/c++/v1/forward_list -share/wasi-sysroot/include/c++/v1/fstream -share/wasi-sysroot/include/c++/v1/functional -share/wasi-sysroot/include/c++/v1/future -share/wasi-sysroot/include/c++/v1/initializer_list -share/wasi-sysroot/include/c++/v1/inttypes.h -share/wasi-sysroot/include/c++/v1/iomanip -share/wasi-sysroot/include/c++/v1/ios -share/wasi-sysroot/include/c++/v1/iosfwd -share/wasi-sysroot/include/c++/v1/iostream -share/wasi-sysroot/include/c++/v1/istream -share/wasi-sysroot/include/c++/v1/iterator -share/wasi-sysroot/include/c++/v1/latch -share/wasi-sysroot/include/c++/v1/limits -share/wasi-sysroot/include/c++/v1/limits.h -share/wasi-sysroot/include/c++/v1/list -share/wasi-sysroot/include/c++/v1/locale -share/wasi-sysroot/include/c++/v1/locale.h -share/wasi-sysroot/include/c++/v1/map -share/wasi-sysroot/include/c++/v1/math.h -share/wasi-sysroot/include/c++/v1/memory -share/wasi-sysroot/include/c++/v1/module.modulemap -share/wasi-sysroot/include/c++/v1/mutex -share/wasi-sysroot/include/c++/v1/new -share/wasi-sysroot/include/c++/v1/numbers -share/wasi-sysroot/include/c++/v1/numeric -share/wasi-sysroot/include/c++/v1/optional -share/wasi-sysroot/include/c++/v1/ostream -share/wasi-sysroot/include/c++/v1/queue -share/wasi-sysroot/include/c++/v1/random -share/wasi-sysroot/include/c++/v1/ranges -share/wasi-sysroot/include/c++/v1/ratio -share/wasi-sysroot/include/c++/v1/regex -share/wasi-sysroot/include/c++/v1/scoped_allocator -share/wasi-sysroot/include/c++/v1/semaphore -share/wasi-sysroot/include/c++/v1/set -share/wasi-sysroot/include/c++/v1/setjmp.h -share/wasi-sysroot/include/c++/v1/shared_mutex -share/wasi-sysroot/include/c++/v1/span -share/wasi-sysroot/include/c++/v1/sstream -share/wasi-sysroot/include/c++/v1/stack -share/wasi-sysroot/include/c++/v1/stdbool.h -share/wasi-sysroot/include/c++/v1/stddef.h -share/wasi-sysroot/include/c++/v1/stdexcept -share/wasi-sysroot/include/c++/v1/stdint.h -share/wasi-sysroot/include/c++/v1/stdio.h -share/wasi-sysroot/include/c++/v1/stdlib.h -share/wasi-sysroot/include/c++/v1/streambuf -share/wasi-sysroot/include/c++/v1/string -share/wasi-sysroot/include/c++/v1/string.h -share/wasi-sysroot/include/c++/v1/string_view -share/wasi-sysroot/include/c++/v1/strstream -share/wasi-sysroot/include/c++/v1/system_error -share/wasi-sysroot/include/c++/v1/tgmath.h -share/wasi-sysroot/include/c++/v1/thread -share/wasi-sysroot/include/c++/v1/tuple -share/wasi-sysroot/include/c++/v1/type_traits -share/wasi-sysroot/include/c++/v1/typeindex -share/wasi-sysroot/include/c++/v1/typeinfo -share/wasi-sysroot/include/c++/v1/unordered_map -share/wasi-sysroot/include/c++/v1/unordered_set -share/wasi-sysroot/include/c++/v1/utility -share/wasi-sysroot/include/c++/v1/valarray -share/wasi-sysroot/include/c++/v1/variant -share/wasi-sysroot/include/c++/v1/vector -share/wasi-sysroot/include/c++/v1/version -share/wasi-sysroot/include/c++/v1/wchar.h -share/wasi-sysroot/include/c++/v1/wctype.h -share/wasi-sysroot/lib/wasm32-wasi/libc++.a -share/wasi-sysroot/lib/wasm32-wasi/libc++abi.a diff --git a/devel/wasi-libcxx14/Makefile b/devel/wasi-libcxx14/Makefile deleted file mode 100644 index 815e2513e1ec..000000000000 --- a/devel/wasi-libcxx14/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# must sync with devel/llvm14 -DISTVERSION= 14.0.6 -PORTREVISION= 1 - -MASTERDIR= ${.CURDIR}/../wasi-libcxx - -.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx14/pkg-plist b/devel/wasi-libcxx14/pkg-plist deleted file mode 100644 index 0778a9c8d50a..000000000000 --- a/devel/wasi-libcxx14/pkg-plist +++ /dev/null @@ -1,544 +0,0 @@ -share/wasi-sysroot/include/c++/v1/__algorithm/adjacent_find.h -share/wasi-sysroot/include/c++/v1/__algorithm/all_of.h -share/wasi-sysroot/include/c++/v1/__algorithm/any_of.h -share/wasi-sysroot/include/c++/v1/__algorithm/binary_search.h -share/wasi-sysroot/include/c++/v1/__algorithm/clamp.h -share/wasi-sysroot/include/c++/v1/__algorithm/comp.h -share/wasi-sysroot/include/c++/v1/__algorithm/comp_ref_type.h -share/wasi-sysroot/include/c++/v1/__algorithm/copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/copy_backward.h -share/wasi-sysroot/include/c++/v1/__algorithm/copy_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/copy_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/count.h -share/wasi-sysroot/include/c++/v1/__algorithm/count_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/equal.h -share/wasi-sysroot/include/c++/v1/__algorithm/equal_range.h -share/wasi-sysroot/include/c++/v1/__algorithm/fill.h -share/wasi-sysroot/include/c++/v1/__algorithm/fill_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/find.h -share/wasi-sysroot/include/c++/v1/__algorithm/find_end.h -share/wasi-sysroot/include/c++/v1/__algorithm/find_first_of.h -share/wasi-sysroot/include/c++/v1/__algorithm/find_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/find_if_not.h -share/wasi-sysroot/include/c++/v1/__algorithm/for_each.h -share/wasi-sysroot/include/c++/v1/__algorithm/for_each_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/generate.h -share/wasi-sysroot/include/c++/v1/__algorithm/generate_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/half_positive.h -share/wasi-sysroot/include/c++/v1/__algorithm/in_in_out_result.h -share/wasi-sysroot/include/c++/v1/__algorithm/in_in_result.h -share/wasi-sysroot/include/c++/v1/__algorithm/in_out_result.h -share/wasi-sysroot/include/c++/v1/__algorithm/includes.h -share/wasi-sysroot/include/c++/v1/__algorithm/inplace_merge.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_heap_until.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_partitioned.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_permutation.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_sorted.h -share/wasi-sysroot/include/c++/v1/__algorithm/is_sorted_until.h -share/wasi-sysroot/include/c++/v1/__algorithm/iter_swap.h -share/wasi-sysroot/include/c++/v1/__algorithm/lexicographical_compare.h -share/wasi-sysroot/include/c++/v1/__algorithm/lower_bound.h -share/wasi-sysroot/include/c++/v1/__algorithm/make_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/max.h -share/wasi-sysroot/include/c++/v1/__algorithm/max_element.h -share/wasi-sysroot/include/c++/v1/__algorithm/merge.h -share/wasi-sysroot/include/c++/v1/__algorithm/min.h -share/wasi-sysroot/include/c++/v1/__algorithm/min_element.h -share/wasi-sysroot/include/c++/v1/__algorithm/minmax.h -share/wasi-sysroot/include/c++/v1/__algorithm/minmax_element.h -share/wasi-sysroot/include/c++/v1/__algorithm/mismatch.h -share/wasi-sysroot/include/c++/v1/__algorithm/move.h -share/wasi-sysroot/include/c++/v1/__algorithm/move_backward.h -share/wasi-sysroot/include/c++/v1/__algorithm/next_permutation.h -share/wasi-sysroot/include/c++/v1/__algorithm/none_of.h -share/wasi-sysroot/include/c++/v1/__algorithm/nth_element.h -share/wasi-sysroot/include/c++/v1/__algorithm/partial_sort.h -share/wasi-sysroot/include/c++/v1/__algorithm/partial_sort_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/partition.h -share/wasi-sysroot/include/c++/v1/__algorithm/partition_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/partition_point.h -share/wasi-sysroot/include/c++/v1/__algorithm/pop_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/prev_permutation.h -share/wasi-sysroot/include/c++/v1/__algorithm/push_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/remove.h -share/wasi-sysroot/include/c++/v1/__algorithm/remove_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/remove_copy_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/remove_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/replace.h -share/wasi-sysroot/include/c++/v1/__algorithm/replace_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/replace_copy_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/replace_if.h -share/wasi-sysroot/include/c++/v1/__algorithm/reverse.h -share/wasi-sysroot/include/c++/v1/__algorithm/reverse_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/rotate.h -share/wasi-sysroot/include/c++/v1/__algorithm/rotate_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/sample.h -share/wasi-sysroot/include/c++/v1/__algorithm/search.h -share/wasi-sysroot/include/c++/v1/__algorithm/search_n.h -share/wasi-sysroot/include/c++/v1/__algorithm/set_difference.h -share/wasi-sysroot/include/c++/v1/__algorithm/set_intersection.h -share/wasi-sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h -share/wasi-sysroot/include/c++/v1/__algorithm/set_union.h -share/wasi-sysroot/include/c++/v1/__algorithm/shift_left.h -share/wasi-sysroot/include/c++/v1/__algorithm/shift_right.h -share/wasi-sysroot/include/c++/v1/__algorithm/shuffle.h -share/wasi-sysroot/include/c++/v1/__algorithm/sift_down.h -share/wasi-sysroot/include/c++/v1/__algorithm/sort.h -share/wasi-sysroot/include/c++/v1/__algorithm/sort_heap.h -share/wasi-sysroot/include/c++/v1/__algorithm/stable_partition.h -share/wasi-sysroot/include/c++/v1/__algorithm/stable_sort.h -share/wasi-sysroot/include/c++/v1/__algorithm/swap_ranges.h -share/wasi-sysroot/include/c++/v1/__algorithm/transform.h -share/wasi-sysroot/include/c++/v1/__algorithm/unique.h -share/wasi-sysroot/include/c++/v1/__algorithm/unique_copy.h -share/wasi-sysroot/include/c++/v1/__algorithm/unwrap_iter.h -share/wasi-sysroot/include/c++/v1/__algorithm/upper_bound.h -share/wasi-sysroot/include/c++/v1/__availability -share/wasi-sysroot/include/c++/v1/__bit/bit_cast.h -share/wasi-sysroot/include/c++/v1/__bit/byteswap.h -share/wasi-sysroot/include/c++/v1/__bit_reference -share/wasi-sysroot/include/c++/v1/__bits -share/wasi-sysroot/include/c++/v1/__bsd_locale_defaults.h -share/wasi-sysroot/include/c++/v1/__bsd_locale_fallbacks.h -share/wasi-sysroot/include/c++/v1/__charconv/chars_format.h -share/wasi-sysroot/include/c++/v1/__charconv/from_chars_result.h -share/wasi-sysroot/include/c++/v1/__charconv/to_chars_result.h -share/wasi-sysroot/include/c++/v1/__chrono/calendar.h -share/wasi-sysroot/include/c++/v1/__chrono/convert_to_timespec.h -share/wasi-sysroot/include/c++/v1/__chrono/duration.h -share/wasi-sysroot/include/c++/v1/__chrono/file_clock.h -share/wasi-sysroot/include/c++/v1/__chrono/high_resolution_clock.h -share/wasi-sysroot/include/c++/v1/__chrono/steady_clock.h -share/wasi-sysroot/include/c++/v1/__chrono/system_clock.h -share/wasi-sysroot/include/c++/v1/__chrono/time_point.h -share/wasi-sysroot/include/c++/v1/__compare/common_comparison_category.h -share/wasi-sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h -share/wasi-sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h -share/wasi-sysroot/include/c++/v1/__compare/compare_three_way.h -share/wasi-sysroot/include/c++/v1/__compare/compare_three_way_result.h -share/wasi-sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h -share/wasi-sysroot/include/c++/v1/__compare/is_eq.h -share/wasi-sysroot/include/c++/v1/__compare/ordering.h -share/wasi-sysroot/include/c++/v1/__compare/partial_order.h -share/wasi-sysroot/include/c++/v1/__compare/strong_order.h -share/wasi-sysroot/include/c++/v1/__compare/synth_three_way.h -share/wasi-sysroot/include/c++/v1/__compare/three_way_comparable.h -share/wasi-sysroot/include/c++/v1/__compare/weak_order.h -share/wasi-sysroot/include/c++/v1/__concepts/arithmetic.h -share/wasi-sysroot/include/c++/v1/__concepts/assignable.h -share/wasi-sysroot/include/c++/v1/__concepts/boolean_testable.h -share/wasi-sysroot/include/c++/v1/__concepts/class_or_enum.h -share/wasi-sysroot/include/c++/v1/__concepts/common_reference_with.h -share/wasi-sysroot/include/c++/v1/__concepts/common_with.h -share/wasi-sysroot/include/c++/v1/__concepts/constructible.h -share/wasi-sysroot/include/c++/v1/__concepts/convertible_to.h -share/wasi-sysroot/include/c++/v1/__concepts/copyable.h -share/wasi-sysroot/include/c++/v1/__concepts/derived_from.h -share/wasi-sysroot/include/c++/v1/__concepts/destructible.h -share/wasi-sysroot/include/c++/v1/__concepts/different_from.h -share/wasi-sysroot/include/c++/v1/__concepts/equality_comparable.h -share/wasi-sysroot/include/c++/v1/__concepts/invocable.h -share/wasi-sysroot/include/c++/v1/__concepts/movable.h -share/wasi-sysroot/include/c++/v1/__concepts/predicate.h -share/wasi-sysroot/include/c++/v1/__concepts/regular.h -share/wasi-sysroot/include/c++/v1/__concepts/relation.h -share/wasi-sysroot/include/c++/v1/__concepts/same_as.h -share/wasi-sysroot/include/c++/v1/__concepts/semiregular.h -share/wasi-sysroot/include/c++/v1/__concepts/swappable.h -share/wasi-sysroot/include/c++/v1/__concepts/totally_ordered.h -share/wasi-sysroot/include/c++/v1/__config -share/wasi-sysroot/include/c++/v1/__config_site -share/wasi-sysroot/include/c++/v1/__coroutine/coroutine_handle.h -share/wasi-sysroot/include/c++/v1/__coroutine/coroutine_traits.h -share/wasi-sysroot/include/c++/v1/__coroutine/noop_coroutine_handle.h -share/wasi-sysroot/include/c++/v1/__coroutine/trivial_awaitables.h -share/wasi-sysroot/include/c++/v1/__cxxabi_config.h -share/wasi-sysroot/include/c++/v1/__debug -share/wasi-sysroot/include/c++/v1/__errc -share/wasi-sysroot/include/c++/v1/__filesystem/copy_options.h -share/wasi-sysroot/include/c++/v1/__filesystem/directory_entry.h -share/wasi-sysroot/include/c++/v1/__filesystem/directory_iterator.h -share/wasi-sysroot/include/c++/v1/__filesystem/directory_options.h -share/wasi-sysroot/include/c++/v1/__filesystem/file_status.h -share/wasi-sysroot/include/c++/v1/__filesystem/file_time_type.h -share/wasi-sysroot/include/c++/v1/__filesystem/file_type.h -share/wasi-sysroot/include/c++/v1/__filesystem/filesystem_error.h -share/wasi-sysroot/include/c++/v1/__filesystem/operations.h -share/wasi-sysroot/include/c++/v1/__filesystem/path.h -share/wasi-sysroot/include/c++/v1/__filesystem/path_iterator.h *** 2085 LINES SKIPPED ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410180542.49I5gIgY080266>