You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update vcpkg to latest
* Update Z3
* Fix build_dependencies.sh script to upgrade ports first before
installing new ones
* Manually download nuget for ARM64 runners
* Update tools to latest commits
* Build anvill on LLVM 14
# Remove anything after the first patch number (removes suffix like `-rc3`)
29
+
if("${LLVM_VERSION_PATCH}"MATCHES"^([0-9]+).*")
30
+
set(LLVM_VERSION_PATCH "${CMAKE_MATCH_1}")
31
+
endif()
32
+
24
33
vcpkg_check_features(
25
34
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
26
35
FEATURES
@@ -151,7 +160,8 @@ if("clang" IN_LIST FEATURES OR "clang-tools-extra" IN_LIST FEATURES)
151
160
# 1) LLVM/Clang tools are relocated from ./bin/ to ./tools/llvm/ (LLVM_TOOLS_INSTALL_DIR=tools/llvm)
152
161
# 2) Clang resource files are relocated from ./lib/clang/<version> to ./tools/llvm/lib/clang/<version> (see patch 0007-fix-compiler-rt-install-path.patch)
153
162
# So, the relative path should be changed from ../lib/clang/<version> to ./lib/clang/<version>
0 commit comments