aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm/install-cmake-modules-to-share.patch
AgeCommit message (Collapse)Author
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-07-09Update to llvm-8.0.0 (#7209)Oliver Hitchcock
2019-04-05Fix LLVM cmake modules (#5848)Todor Prokopov
* [llvm] Reduce memory usage during linking * [llvm] Fix cmake modules path
2017-07-09Patch CMakeLists to install CMake modules to share/llvm instead of ↵Stephane Lajoie
lib/cmake/llvm. This works better than vcpkg_fixup_cmake_targets because other parts of the LLVM build system really want all the variables set correctly. Also set other options to prevent creation of any bin/* instead of removing them after the fact, for the same reason.