Searched +full:- +full:dlibcxx_enable_experimental_library (Results 1 – 2 of 2) sorted by relevance
16 Xcode 4.2 or later. However if you want to install tip-of-trunk from here23 * ``cd where-you-want-llvm-to-live``24 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``28 * ``cd where-you-want-llvm-to-live``30 * ``svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx``34 * ``cd where-you-want-llvm-to-live``36 * ``svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi``47 * ``cmake -G <generator> [options] <path to llvm sources>``51 * ``make cxx`` --- will build libc++ and libc++abi.52 * ``make check-cxx check-cxxabi`` --- will run the test suites.[all …]
9 - Debug13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 201714 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 201522 MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin24 MAKE_PROGRAM: mingw32-make31 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd"34 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%35 - cd %APPVEYOR_BUILD_FOLDER%38 - md C:\projects\build-libcxx[all …]