| /llvm-project/clang/lib/Headers/ |
| H A D | CMakeLists.txt | 561 install( 566 install( 571 install( 576 install( 581 install( 586 install( 591 install( 596 install( 603 install( 609 install( [all...] |
| /llvm-project/bolt/utils/docker/ |
| H A D | Dockerfile | 7 apt-get install -y --no-install-recommends ca-certificates git \ 24 -DCMAKE_INSTALL_PREFIX=/home/bolt/install && \ 26 ninja install-llvm-bolt install-perf2bolt install-merge-fdata \ 27 install-llvm-boltdiff install-bolt_rt 31 COPY --from=builder /home/bolt/install /usr/local
|
| /llvm-project/llvm/runtimes/ |
| H A D | CMakeLists.txt | 171 add_custom_target(install-builtins) 172 add_custom_target(install-builtins-stripped) 174 builtins install-builtins install-builtins-stripped 188 add_dependencies(install-builtins install-builtins-${target}) 189 add_dependencies(install-builtins-stripped install-builtins-${target}-stripped) 242 install-${runtime_name} 243 install [all...] |
| /llvm-project/clang/utils/analyzer/ |
| H A D | Dockerfile | 3 RUN apt-get update && apt-get install -y \ 15 RUN apt-get update && apt-get install -y \ 25 RUN apt-get install -y \ 33 RUN apt-get install -y \ 38 RUN apt-get install -y \ 42 RUN apt-get install -y \ 47 RUN apt-get install -y \ 56 RUN apt-get install -y \ 59 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1 72 RUN pip3 install -r /requirements.txt
|
| /llvm-project/clang/tools/clang-format/ |
| H A D | CMakeLists.txt | 23 install(FILES clang-format-bbedit.applescript 26 install(PROGRAMS clang-format-diff.py 29 install(FILES clang-format-sublime.py 32 install(FILES clang-format.el 35 install(FILES clang-format.py 38 install(PROGRAMS git-clang-format 43 install(PROGRAMS git-clang-format.bat
|
| /llvm-project/flang/ |
| H A D | .drone.star | 10 …"apt-get update && apt-get install -y clang-8 cmake ninja-build lld-8 llvm-8-dev libc++-8-dev libc… 13 …=lld" cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install -DLLVM_TARGETS_TO… 14 "ninja install", 17 …lease .. -DLLVM_DIR=/drone/src/llvm-project/install/lib/cmake/llvm -DMLIR_DIR=/drone/src/llvm-proj… 36 "apt-get update && apt-get install -y cmake ninja-build llvm-dev libz-dev git", 39 …gold" cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install -DLLVM_TARGETS_TO… 40 "ninja install", 43 …lease .. -DLLVM_DIR=/drone/src/llvm-project/install/lib/cmake/llvm -DMLIR_DIR=/drone/src/llvm-proj…
|
| /llvm-project/llvm/cmake/modules/ |
| H A D | LLVMDistributionSupport.cmake | 15 # - The ${PROJECT}_INSTALL_PACKAGE_DIR variable contains the install destination 110 # Get the EXPORT argument to use for an install command for a target in a 176 # Create the install commands and targets for the distributions' CMake exports. 177 # The target to install ${distribution} for a project is called 199 install(EXPORT ${project}${suffix} DESTINATION "${destination}" 209 install(EXPORT ${project}${distribution}${suffix} DESTINATION "${destination}" 215 add_llvm_install_targets(install-${target} COMPONENT ${target}) 223 # ${distribution} target builds the distribution, install-${distribution} 224 # installs it, and install-${distribution}-stripped installs a stripped version, 263 add_custom_target(install-${distribution_target}) [all …]
|
| /llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | install-name-tool-prepend-rpath.test | 4 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.i386 5 # RUN: llvm-install-name-tool -prepend_rpath first_rpath %t.i386 9 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.x86_64 10 # RUN: llvm-install-name-tool -prepend_rpath first_rpath %t.x86_64 23 # RUN: llvm-install-name-tool -prepend_rpath first_rpath %t.dylib 30 # RUN: not llvm-install-name-tool -prepend_rpath first_rpath %t.i386 2>&1 | \ 36 # RUN: not llvm-install-name-tool -prepend_rpath @executable_X \ 43 # RUN: not llvm-install-name-tool -prepend_rpath foo \ 50 # RUN: not llvm-install-name-tool -prepend_rpath foo \ 58 # RUN: llvm-install-name-tool -prepend_rpath abcd %t.x86_64
|
| H A D | install-name-tool-rpath.test | 6 # RUN: llvm-install-name-tool -rpath @executable_a/. @executable_A/. %t 16 # RUN: llvm-install-name-tool -rpath @executable_short_test/. @executable_test/. \ 27 # RUN: llvm-install-name-tool -rpath @executable_A/. ABCD %t 35 # RUN: llvm-install-name-tool -rpath @executable_d/. @executable_D/. \ 46 # RUN: llvm-install-name-tool -rpath @executable_D/. @executable_d/. \ 58 # RUN: not llvm-install-name-tool -rpath @executable_test/. @executable/. \ 66 # RUN: not llvm-install-name-tool -rpath @executable_a/. @executable_AA/. %t 2>&1 | \ 73 # RUN: not llvm-install-name-tool -rpath @executable_d/. ABCD %t 2>&1 | \ 80 # RUN: not llvm-install-name-tool -rpath DDD1/. @exec_d/. \ 88 # RUN: not llvm-install-name-tool -rpath @executable_d/. DD/. \ [all …]
|
| H A D | install-name-tool-change.test | 1 ## This test checks updating a dependent shared library install name in a MachO binary. 7 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/long/long/dylib/LOAD %t.copy 15 # RUN: llvm-install-name-tool -change /usr/dylib/WEAK /usr/sh/WEAK \ 24 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/LOAD \ 33 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/XX/LOAD \ 42 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/JOJO/LOAD \ 51 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/COMMON \ 59 # RUN: llvm-install-name-tool -change /usr/COMMON /usr/ONCE %t.copy 65 ## Check that -change option has no effect if the binary doesn't contain old install name: 67 # RUN: llvm-install-name-tool -change /usr/JOJO/LOAD /usr/XX/LOAD \ [all …]
|
| H A D | install-name-tool-delete-rpath.test | 6 # RUN: llvm-install-name-tool -delete_rpath @executable_a/. %t 16 # RUN: llvm-install-name-tool -delete_rpath @executable_b/. \ 25 # RUN: llvm-install-name-tool -delete_rpath @executable_d/. \ 33 # RUN: not llvm-install-name-tool -delete_rpath @executable_a/. %t 2>&1 | \ 39 # RUN: not llvm-install-name-tool -add_rpath @executable_b/. \ 47 # RUN: llvm-install-name-tool -delete_all_rpaths %t2 54 # RUN: llvm-install-name-tool --delete_all_rpaths -add_rpath @executable_b/. %t3
|
| H A D | install-name-tool-add-rpath.test | 4 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.i386 8 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.x86_64 15 # RUN: not llvm-install-name-tool -add_rpath @executable_path/. %t.i386 2>&1 \ 20 # RUN: not llvm-install-name-tool -add_rpath @executable_path/. 2>&1 \ 26 # RUN: not llvm-install-name-tool -add_rpath @executable_X \ 34 # RUN: llvm-install-name-tool -add_rpath abcd %t.x86_64
|
| /llvm-project/llvm/tools/xcode-toolchain/ |
| H A D | CMakeLists.txt | 2 # Integrity Protection, prevents modifying the base OS install, even with sudo. 3 # This prevents LLVM developers on OS X from being able to easily install new 13 # To make this work with Xcode 7.1 and later you can install the toolchain this 17 # This file generates a custom install-xcode-toolchain target which constructs 25 # -DCMAKE_INSTALL_PREFIX=$PWD/install 26 # ninja install-xcode-toolchain 27 # export EXTERNAL_TOOLCHAINS_DIR=$PWD/install/Toolchains 37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off) 98 add_llvm_install_targets(install-xcode-toolchain 107 add_custom_target(install-distribution-toolchain [all …]
|
| /llvm-project/llvm/docs/CommandGuide/ |
| H A D | llvm-install-name-tool.rst | 1 llvm-install-name-tool - LLVM tool for manipulating install-names and rpaths 4 .. program:: llvm-install-name-tool 9 :program:`llvm-install-name-tool` [*options*] *input* 14 :program:`llvm-install-name-tool` is a tool to manipulate dynamic shared library 15 install names and rpaths listed in a Mach-O binary. 35 Change an install name ``<old_install_name>`` to ``<new_install_name>`` in the 37 library install names. Option is ignored if ``<old_install_name>`` is not listed 68 Display the version of the :program:`llvm-install-name-tool` executable. 73 :program:`llvm-install-name-tool` exits with a non-zero exit code if there is an error.
|
| /llvm-project/libcxx/utils/ci/ |
| H A D | apple-install-libcxx.sh | 29 --install-dir <DIR> Path to the directory to install the library to. 31 --symbols-dir <DIR> Path to the directory to install the .dSYM bundle to. 38 --headers-only Only install the header part of the library -- don't actually 63 --install-dir) 131 -DCMAKE_INSTALL_PREFIX="${build_dir}/${arch}-install" \ 140 xcrun cmake --build "${build_dir}/${arch}" --target install-cxx-headers install-cxxabi-headers -- -v 142 xcrun cmake --build "${build_dir}/${arch}" --target install-cxx install [all...] |
| H A D | build-picolibc.sh | 30 --install-dir <DIR> Path to the directory to install the library to. 44 --install-dir) 98 "${venv_dir}/bin/pip" install "meson==1.1.1" 107 "${venv_dir}/bin/meson" install -C "${picolibc_build_dir}"
|
| /llvm-project/libc/docs/ |
| H A D | full_host_build.rst | 143 Build and install 148 Running these install commands without setting a ``$SYSROOT`` will install 155 install the toolchain with 159 $> ninja install-clang install-builtins install-compiler-rt \ 160 install-core-resource-headers install-libc install [all...] |
| /llvm-project/compiler-rt/include/ |
| H A D | CMakeLists.txt | 86 install(FILES ${SANITIZER_HEADERS} 91 install(FILES ${FUZZER_HEADERS} 97 install(FILES sanitizer/memprof_interface.h 102 install(FILES sanitizer/allocator_interface.h sanitizer/common_interface_defs.h 109 install(FILES ${XRAY_HEADERS} 114 install(FILES ${ORC_HEADERS} 119 install(FILES ${PROFILE_HEADERS} 125 add_custom_target(install-compiler-rt-headers 131 add_custom_target(install-compiler-rt-headers-stripped
|
| /llvm-project/compiler-rt/lib/asan/scripts/ |
| H A D | asan_device_setup | 382 function install { # from, to, chmod, chcon function 419 install "$TMPDIR/$ASAN_RT" /system/lib 644 420 install "$TMPDIR/$ASAN_RT64" /system/lib64 644 421 install "$TMPDIR/app_process32" /system/bin 755 $CTX 422 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX 423 install "$TMPDIR/app_process64" /system/bin 755 $CTX 424 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX 425 install "$TMPDIR/asanwrapper" /system/bin 755 426 install "$TMPDIR/asanwrapper64" /system/bin 755 433 install "$TMPDIR/$ASAN_RT" /system/lib 644 [all …]
|
| /llvm-project/llvm/utils/docker/scripts/ |
| H A D | build_install_llvm.sh | 22 -i|--install-target name of a cmake install target to build and include in 24 --to destination directory where to install the targets. 25 Required options: --to, at least one --install-target. 37 -i|--install-target)
|
| /llvm-project/libc/lib/ |
| H A D | CMakeLists.txt | 58 install( 65 install(FILES $<TARGET_FILE:${file}> 75 # and install it as part of the libc installation. 80 set(header_install_target install-libc-headers) 83 add_custom_target(install-libc 91 add_custom_target(install-libc-stripped
|
| /llvm-project/llvm/utils/docker/debian10/ |
| H A D | Dockerfile | |
| /llvm-project/third-party/benchmark/docs/ |
| H A D | python_bindings.md | 8 To install Google Benchmark's Python bindings, run: 11 python -m pip install --upgrade pip # for manylinux2014 support 12 python -m pip install google-benchmark 28 python -m pip install --upgrade pip build 33 …ding wheels from source requires Bazel. For platform-specific instructions on how to install Bazel, 34 refer to the [Bazel installation docs](https://bazel.build/install).
|
| /llvm-project/libclc/ |
| H A D | README.TXT | |
| /llvm-project/third-party/benchmark/src/ |
| H A D | CMakeLists.txt | 116 # Install target (will install the library to specified CMAKE_INSTALL_PREFIX variable) 117 install( 125 install( 131 install( 135 install( 139 install( 167 install( 173 install(
|