Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/utils/ci/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/libc++/src/
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 # TODO: Maybe re-enable this configuration? Do we want to support MSVC 2015's runtime?
22 # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
23 # MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
25 # MAKE_PROGRAM: mingw32-make
32 - 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 …]
/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 …]
/aosp_15_r20/external/clang/runtime/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/
H A Drun-buildbot2 #===----------------------------------------------------------------------===##
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===----------------------------------------------------------------------===##
10 set -ex
11 set -o pipefail
23 [-h|--help] Display this help and exit.
25 --llvm-root <DIR> Path to the root of the LLVM monorepo. By default, we try
28 --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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/
DLLVMExternalProjectUtils.cmake12 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 building
69 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/
DLLVMExternalProjectUtils.cmake12 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 building
69 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/
DLLVMExternalProjectUtils.cmake12 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 building
69 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/
DLLVMExternalProjectUtils.cmake12 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 building
69 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 …]