Home
last modified time | relevance | path

Searched +full:- +full:dllvm_lit_args (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/utils/ci/
Dmacos-trunk.sh3 set -ue
7 $(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 …]
/external/libcxx/
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 …]
/external/clang/runtime/
DCMakeLists.txt20 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-clear
45 COMMAND ${CMAKE_COMMAND} -E remove_directory ${BINARY_DIR}
46 COMMAND ${CMAKE_COMMAND} -E remove_directory ${STAMP_DIR}
[all …]