Searched +full:- +full:dllvm_lit_args (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 …]
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 …]
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 …]
2 #===----------------------------------------------------------------------===##6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception8 #===----------------------------------------------------------------------===##10 set -ex11 set -o pipefail23 [-h|--help] Display this help and exit.25 --llvm-root <DIR> Path to the root of the LLVM monorepo. By default, we try28 --build-dir <DIR> The directory to use for building the library. By default,29 this is '<llvm-root>/build/<builder>'.31 --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download[all …]
12 set(${out_var} "$(MAKE)" "-C" "${bin_dir}" "${target}" PARENT_SCOPE)17 string(PREPEND tool_args "-- ")20 set(${out_var} ${CMAKE_COMMAND} --build ${bin_dir} --target ${target}21 --config ${ARG_CONFIGURATION} ${tool_args} PARENT_SCOPE)28 if (triple MATCHES ".*-windows-msvc.*")38 # Use just-built tools (see TOOLCHAIN_TOOLS)44 # Always clean the sub-project before building69 if(arg MATCHES "^-DCMAKE_SYSTEM_NAME=")70 string(REGEX REPLACE "^-DCMAKE_SYSTEM_NAME=(.*)$" "\\1" _cmake_system_name "${arg}")90 # AIX 64-bit XCOFF and big AR format is not yet supported in some of these tools.[all …]