Home
last modified time | relevance | path

Searched +full:- +full:dlibcxx_enable_experimental_library (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libcxx/docs/
H A DBuildingLibcxx.rst16 Xcode 4.2 or later. However if you want to install tip-of-trunk from here
23 * ``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 …]
/aosp_15_r20/external/libcxx/
H A Dappveyor.yml9 - Debug
13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
14 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe
21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
22 MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
24 MAKE_PROGRAM: mingw32-make
31 - 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 …]