Searched +full:- +full:dllvm_path (Results 1 – 9 of 9) sorted by relevance
3 set -ue7 $(basename ${0}) [-h|--help] --libcxx-root <LIBCXX-ROOT> --libcxxabi-root <LIBCXXABI-ROOT> --std <S…11 --libcxx-root Full path to the root of the libc++ repository to test.12 --libcxxabi-root Full path to the root of the libc++abi repository to test.13 --std Version of the C++ Standard to run the tests under (c++03, c++11, etc..).14 --arch Architecture to build the tests for (32, 64).15 …[--lit-args] Additional arguments to pass to lit (optional). If there are multiple arguments,…16 …[--no-cleanup] Do not cleanup the temporary directory that was used for testing at the end. Thi…17 [-h, --help] Print this help.21 while [[ $# -gt 0 ]]; do[all …]
3 set -ue7 …-h|--help] --libcxx-root <LIBCXX-ROOT> --libcxxabi-root <LIBCXXABI-ROOT> --std <STD> --arch <ARCHI…9 This script is used to continually test the back-deployment use case of libc++ and libc++abi on Mac…11 --libcxx-root Full path to the root of the libc++ repository to test.12 --libcxxabi-root Full path to the root of the libc++abi repository to test.13 --std Version of the C++ Standard to run the tests under (c++03, c++11, etc..).14 --arch Architecture to build the tests for (32, 64).15 …--deployment-target The deployment target to run the tests for. This should be a version number of…16 …--sdk-version The version of the SDK to test with. This should be a version number of MacOS …17 …[--lit-args] Additional arguments to pass to lit (optional). If there are multiple argument…[all …]
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 # TODO: Maybe re-enable this configuration? Do we want to support MSVC 2015's runtime?22 # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 201523 # MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin25 # MAKE_PROGRAM: mingw32-make32 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd"35 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%36 - cd %APPVEYOR_BUILD_FOLDER%[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 …]
2 # Rely on llvm-config.5 find_program(LLVM_CONFIG_PATH "llvm-config")16 "--includedir"17 "--prefix"18 "--src-root")31 message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}")42 # --cmakedir is supported since llvm r291218 (4.0 release)44 COMMAND ${LLVM_CONFIG_PATH} --cmakedir58 "llvm-config not found and LLVM_PATH not defined.\n"59 "Reconfigure with -DLLVM_CONFIG_PATH=path/to/llvm-config "[all …]
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"3 <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">26 <a href="http://lists.llvm.org/mailman/listinfo/libcxx-dev">libcxx-dev</a>27 <a href="http://lists.llvm.org/mailman/listinfo/libcxx-commits">libcxx-commits</a>29 <a href="http://llvm.org/svn/llvm-project/libcxxabi/trunk/">Browse SVN</a>30 <a href="http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/">Browse ViewVC</a>35 <!--*********************************************************************-->37 <!--*********************************************************************-->44 under the MIT license and the UIUC License (a BSD-like license).</p>[all …]
5 # For RUNTIME_OUTPUT_DIRECTORY variable, Multi-configuration generators6 # append a per-configuration subdirectory to the specified directory.27 # architectures with name "<name>.<arch>" for non-Darwin platforms if63 set_target_properties(${libname} PROPERTIES FOLDER "Compiler-RT Libraries")128 set(libname "${name}-${arch}")131 set(libname "${name}-dynamic-${arch}")135 set(output_name_${libname} ${name}_dynamic-${arch}${COMPILER_RT_OS_SUFFIX})137 set(output_name_${libname} ${name}-${arch}${COMPILER_RT_OS_SUFFIX})156 if(NOT TARGET install-${LIB_PARENT_TARGET})159 # installation when running the multi-configuration generators.[all …]