aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm
AgeCommit message (Collapse)Author
2018-04-26[llvm] fix issue #3282 (#3286)Jason Juang
2018-04-19update llvm to 6.0.0 (#3118)jadedrip
2018-02-23[llvm] Reenable packageRobert Schumacher
2018-02-23[azure-storage-cpp][cpp-redis][dirent][doctest][gdcm2][grpc][llvm][matio][sp ↵Robert Schumacher
dlog][yaml-cpp] Upgrades
2018-01-06[llvm]: update llvm to 5.0.1Force Charlie
2018-01-03[llvm] Fix installation of clang cmake targetsRobert Schumacher
2017-12-21Merge branch 'llvm' of https://github.com/jasjuang/vcpkg into jasjuang-llvmRobert Schumacher
2017-12-19[llvm] Add atlmfc to dependencies -- fixes #2400Robert Schumacher
2017-11-30[llvm] Fail early on UWPRobert Schumacher
2017-11-16add in clang and enable toolsjasjuang
2017-11-15[llvm] Install debug targets for cmakeRobert Schumacher
2017-11-01[llvm] Require Python3Robert Schumacher
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