Searched +full:- +full:dllvm_lit_args (Results 1 – 3 of 3) 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 …]
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 …]
20 set(${out_var} ${CMAKE_COMMAND} --build . --target ${target}21 --config $<CONFIGURATION> PARENT_SCOPE)25 set(COMPILER_RT_SRC_ROOT ${LLVM_MAIN_SRC_DIR}/projects/compiler-rt)38 # Add compiler-rt as an external project.39 set(COMPILER_RT_PREFIX ${CMAKE_BINARY_DIR}/projects/compiler-rt)41 set(STAMP_DIR ${CMAKE_CURRENT_BINARY_DIR}/compiler-rt-stamps/)42 set(BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/compiler-rt-bins/)44 add_custom_target(compiler-rt-clear45 COMMAND ${CMAKE_COMMAND} -E remove_directory ${BINARY_DIR}46 COMMAND ${CMAKE_COMMAND} -E remove_directory ${STAMP_DIR}[all …]