aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm
AgeCommit message (Collapse)Author
2017-09-22Updated llvm to 5.0.0.Stephane Lajoie
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
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.
2017-07-07Use vcpkg_fixup_cmake_targets to move cmake modules in place.Stephane Lajoie
Make sure MCAnalysis directory is empty before removing. Use file(INSTALL ...) to put licence file in place.
2017-07-04Disable ABI breaking checks.Stephane Lajoie
2017-07-03Reduce size of the build and fix post-build errors.Stephane Lajoie
2017-07-01Added LLVM.Stephane Lajoie