Skip to content
  1. Aug 07, 2014
  2. Aug 05, 2014
    • Jim Cownie's avatar
      After three iterations of community review, we believe that this new · 3b81ce6b
      Jim Cownie authored
      CMAKE buld system should meet everyone's requirements.
      
      Enhanced CMake Build System Commit 
      
      * Supports Linux, Mac, Windows, and Intel® Xeon Phi builds
      * Supports building with gcc, icc, clang, and Visual Studio compilers
      * Supports bulding "fat" libraries on OS/X with clang
      * Details and documentation on how to use build system 
        are in Build_With_CMake.txt
      * To use the old CMake build system (corresponds to 
        CMakeLists.txt.old), just rename CMakeLists.txt to
        CMakeLists.txt.other and rename CMakeLists.txt.old to
        CMakeLists.txt
      
      llvm-svn: 214850
      3b81ce6b
  3. Jun 01, 2014
    • Alp Toker's avatar
      Add initial CMake build system · 7198f529
      Alp Toker authored
      This is not yet supported for production builds but can already produce working
      binaries on OS X and Linux with clang and gcc.
      
      The intention is to improve support to the point where it can integrate with
      the LLVM runtime platform, cover all platforms, runtime/release build
      configurations and run the tests.
      
      Patch by Jack Howarth!
      
      llvm-svn: 209994
      7198f529
Loading