Searched +full:- +full:dllvm_path (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/utils/ci/ |
D | macos-trunk.sh | 3 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 …]
|
D | macos-backdeployment.sh | 3 set -ue 7 …-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 …]
|
/external/libcxx/ |
D | appveyor.yml | 9 - 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/libunwind_llvm/docs/ |
D | BuildingLibunwind.rst | 15 On Mac OS, the easiest way to get this library is to link with -lSystem. 16 However if you want to build tip-of-trunk from here (getting the bleeding 23 * ``cd where-you-want-llvm-to-live`` 24 * ``git clone https://github.com/llvm/llvm-project.git`` 35 * ``cmake -G <generator> -DLLVM_ENABLE_PROJECTS=libunwind [options] <path to llvm sources>`` 39 * ``make unwind`` --- will build libunwind. 40 * ``make check-unwind`` --- will run the test suite. 50 * ``make install-unwind`` --- Will install the libraries and the headers 53 It is sometimes beneficial to build outside of the LLVM tree. An out-of-tree 56 .. code-block:: bash [all …]
|
/external/libcxxabi/cmake/Modules/ |
D | HandleOutOfTreeLLVM.cmake | 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} --cmakedir 58 "llvm-config not found and LLVM_PATH not defined.\n" 59 "Reconfigure with -DLLVM_CONFIG_PATH=path/to/llvm-config " [all …]
|
/external/libcxx/cmake/Modules/ |
D | HandleOutOfTreeLLVM.cmake | 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} --cmakedir 58 "llvm-config not found and LLVM_PATH not defined.\n" 59 "Reconfigure with -DLLVM_CONFIG_PATH=path/to/llvm-config " [all …]
|
/external/libcxx/docs/ |
D | BuildingLibcxx.rst | 16 Xcode 4.2 or later. However if you want to install tip-of-trunk from here 23 * ``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 …]
|
/external/libcxxabi/www/ |
D | index.html | 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 …]
|
/external/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 5 # For RUNTIME_OUTPUT_DIRECTORY variable, Multi-configuration generators 6 # append a per-configuration subdirectory to the specified directory. 27 # architectures with name "<name>.<arch>" for non-Darwin platforms if 63 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 …]
|
/external/libunwind_llvm/ |
D | CMakeLists.txt | 21 # Rely on llvm-config. 24 find_program(LLVM_CONFIG_PATH "llvm-config") 33 set(CONFIG_COMMAND ${LLVM_CONFIG_PATH} "--includedir" "--prefix" "--src-root") 43 message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}") 55 # --cmakedir is supported since llvm r291218 (4.0 release) 57 COMMAND ${LLVM_CONFIG_PATH} --cmakedir 70 "llvm-config not found and LLVM_MAIN_SRC_DIR not defined. " 71 "Reconfigure with -DLLVM_CONFIG=path/to/llvm-config " 72 "or -DLLVM_PATH=path/to/llvm-source-root.") 76 # Enable warnings, otherwise -w gets added to the cflags by HandleLLVMOptions. [all …]
|