aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm/fix-build-error.patch
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2020-05-04 06:30:17 +0300
committerGitHub <noreply@github.com>2020-05-03 20:30:17 -0700
commitcfc05991f5a73ee4b2df7d9132fc8a5a6a42224e (patch)
tree372a23364f91d5f2ddfe16d833888986e75be120 /ports/llvm/fix-build-error.patch
parent0ab1a9e1c64a3968631b59647e771beda7d1f256 (diff)
downloadvcpkg-cfc05991f5a73ee4b2df7d9132fc8a5a6a42224e.tar.gz
vcpkg-cfc05991f5a73ee4b2df7d9132fc8a5a6a42224e.zip
[llvm] Update to version 10.0.0 and add new features (#10295)
* [llvm] Update to version 10.0.0 and new features * switch to llvmorg-10.0.0-rc3, allow to use bin directory for tools * Fix CMake targets after vcpkg_fixup_cmake_targets call. * [halide] Update to master version to support LLVM 10 * [halide] fix x64-osx build * [llvm] add enable-assertions feature * [llvm] fix comment * [llvm] enable ci for x64-linux and x64-osx * [llvm] update to v10.0.0-rc5 [llvm] disable assertions and ABI breaking checks by default [llvm] limit the maximum number of concurrent link jobs to 1 [llvm] add postfix `d` and debug shared libraries in the `/bin` directory * [llvm] revert debug postfix `d` [llvm] don't remove debug version of tools and shared libs * [llvm] fix debug tools path * [llvm] update to release tag llvmorg-10.0.0 [llvm] build with CMAKE_DEBUG_POSTFIX=d [llvm] remove debug binaries * remove new CMake argument FOLLOW_SYMLINK_CHAIN * [llvm] force TableGen to be built with optimization * [llvm] add future disable-clang-static-analyzer * [llvm] add futures for main targets [llvm] remove utils and clang-tools-extra from default features list [llvm] exclude tests * [llvm] add features for main targets [llvm] remove utils and clang-tools-extra from default features list [llvm] exclude tests * [llvm] update features description Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/llvm/fix-build-error.patch')
-rw-r--r--ports/llvm/fix-build-error.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/ports/llvm/fix-build-error.patch b/ports/llvm/fix-build-error.patch
deleted file mode 100644
index f48df44ac..000000000
--- a/ports/llvm/fix-build-error.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/tools/libclang/CMakeLists.txt
-+++ b/tools/libclang/CMakeLists.txt
-@@ -56,10 +56,7 @@ if (TARGET clangTidyPlugin)
- endif()
- endif ()
-
--find_library(DL_LIBRARY_PATH dl)
--if (DL_LIBRARY_PATH)
-- list(APPEND LIBS dl)
--endif()
-+list(APPEND LIBS "${DL_LIBRARY_PATH}")
-
- option(LIBCLANG_BUILD_STATIC
- "Build libclang as a static library (in addition to a shared one)" OFF)