/llvm-project/clang/lib/Headers/ |
H A D | CMakeLists.txt | 560 # Install rules for the catch-all clang-resource-headers target 561 install( 566 install( 571 install( 576 install( 581 install( 586 install( 591 install( 596 install( 602 # Install rule [all...] |
/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/compiler-rt/include/ |
H A D | CMakeLists.txt | 85 # Install sanitizer headers. 86 install(FILES ${SANITIZER_HEADERS} 90 # Install fuzzer headers. 91 install(FILES ${FUZZER_HEADERS} 95 # Install memprof headers. 97 install(FILES sanitizer/memprof_interface.h 102 install(FILES sanitizer/allocator_interface.h sanitizer/common_interface_defs.h 108 # Install xray headers. 109 install(FILES ${XRAY_HEADERS} 113 # Install OR [all...] |
/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/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/.github/workflows/ |
H A D | llvm-tests.yml | 100 - name: Install Ninja 101 uses: llvm/actions/install-ninja@main 102 - name: Install abi-compliance-checker 104 sudo apt-get install abi-dumper autoconf pkg-config 105 - name: Install universal-ctags 111 sudo make install 119 mkdir install 120 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD="" -DLLVM_BUILD_LLVM_DYLIB=ON -DCMAKE_C_FLAGS_DEBUG="-g1 -Og" -DCMAKE_CXX_FLAGS_DEBUG="-g1 -Og" -DCMAKE_INSTALL_PREFIX="$(pwd)"/install llvm 122 # Need to run install-LLVM twice to ensure the symlink is installed (this is a bug). 124 ninja -C build install [all...] |
/llvm-project/llvm/utils/docker/debian10/ |
H A D | Dockerfile |
|
/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/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/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/llvm/test/tools/llvm-objcopy/ |
H A D | tool-name.test | 26 # RUN: ln -s llvm-install-name-tool %t/llvm-install-name-tool-10 27 # RUN: ln -s llvm-install-name-tool %t/install_name_tool.exe 29 # RUN: llvm-install-name-tool --help | FileCheck --check-prefix=INSTALL %s 30 # RUN: %t/llvm-install-name-tool-10 --help | FileCheck --check-prefix=INSTALL %s 31 # RUN: %t/install_name_tool.exe --help | FileCheck --check-prefix=INSTALL %s 33 # INSTALL: OVERVIEW: llvm-install-name-tool tool
|
H A D | tool-help-message.test | 17 # RUN: llvm-install-name-tool -h | FileCheck --check-prefix=INSTALL-NAME-TOOL-USAGE %s --match-full… 18 # RUN: llvm-install-name-tool --help | FileCheck --check-prefix=INSTALL-NAME-TOOL-USAGE %s --match-… 19 # RUN: not llvm-install-name-tool 2>&1 | FileCheck --check-prefix=INSTALL-NAME-TOOL-USAGE %s --matc… 20 # RUN: not llvm-install-name-tool -abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG-LONG %s 21 # RUN: not llvm-install-name-tool --abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG-LONG %s 22 # RUN: not llvm-install-name-tool -add_rpath @executable 2>&1 | FileCheck %s --check-prefix=NO-INPU… 23 # RUN: not llvm-install-name-tool -add_rpath @executable f1 f2 2>&1 | FileCheck %s --check-prefix=M… 38 # INSTALL-NAME-TOOL-USAGE: USAGE: llvm-install-name-tool [options] input 39 # INSTALL-NAME-TOOL-USAGE: Pass @FILE as argument to read options from FILE.
|
/llvm-project/libcxx/utils/ci/ |
H A D | Dockerfile | 63 apt-get install -y sudo || true 70 && sudo apt-get install -y \ 74 && sudo apt-get install -y \ 105 # Install various tools used by the build or the test suite 106 #RUN apt-get update && apt-get install -y ninja-build python3 python3-distutils python3-psutil git gdb ccache 126 # Install Clang <latest>, <latest-1> and ToT, which are the ones we support. 127 # We also install <latest-2> because we need to support the "latest-1" of the 142 sudo apt-get install -y libomp5-$LLVM_HEAD_VERSION 146 # Install the most recent GCC, like clang install th [all...] |
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...] |
/llvm-project/clang/test/Driver/ |
H A D | darwin-stdlib.cpp | 3 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ -a… 4 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ … 5 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ -a… 6 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ -a… 14 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ -a… 15 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ … 16 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ -a… 17 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ -a… 25 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ -a… 26 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %S/Inputs/darwin_toolchain_tree/bin/ … [all …]
|
H A D | stdlibxx-isystem.cpp | 8 // RUN: %clang -target aarch64-linux-gnu -ccc-install-dir %/t/bin \ 11 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %/t/bin \ 18 // RUN: %clang -target aarch64-linux-gnu -ccc-install-dir %/t/bin \ 21 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %/t/bin \ 28 // RUN: %clang -target aarch64-linux-gnu -ccc-install-dir %t/bin \ 31 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %t/bin \ 37 // RUN: %clang -target aarch64-linux-gnu -ccc-install-dir %t/bin \ 40 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %t/bin \ 46 // RUN: %clang -target aarch64-linux-gnu -ccc-install-dir %t/bin \ 49 // RUN: %clang -target x86_64-apple-darwin -ccc-install-dir %t/bin \ [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 …]
|
/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/lldb/test/API/commands/target/auto-install-main-executable/ |
H A D | TestAutoInstallMainExecutable.py | 2 Test target commands: target.auto-install-main-executable. 50 # Manually install the modified binary. 57 "settings show target.auto-install-main-executable", 58 substrs=["target.auto-install-main-executable (boolean) = true"], 59 msg="Default settings for target.auto-install-main-executable failed.", 62 # Disable the auto install. 63 self.runCmd("settings set target.auto-install-main-executable false") 65 "settings show target.auto-install-main-executable", 66 substrs=["target.auto-install-main-executable (boolean) = false"],
|
/llvm-project/libc/AOR_v20.02/ |
H A D | Makefile | 28 INSTALL = install macro 40 # install-foo 75 $(INSTALL) -D $< $@ 78 $(INSTALL) -D $< $@ 81 $(INSTALL) -m 644 -D $< $@ 84 $(INSTALL) -m 644 -D $< $@ 86 install: $(SUBS:%=install-%) target 90 .PHONY: all clean distclean install check
|
/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/llvm/docs/ |
H A D | GettingStartedVS.rst | 54 Visual Studio 2019 so separate installation is not required. If you do install 59 install Python with Visual Studio 2019, from the Microsoft store or from 72 1. Download and install `Visual Studio <https://visualstudio.microsoft.com/>`_. 77 4. Download and install the latest `Python 3 release <http://www.python.org/>`_. 78 5. In the first install screen, select both **Install launcher for all users** 82 6. In the second install screen, select (again) **Install for all users** and 96 You may install the llvm sources in other location than ``c:\llvm`` but do not 97 install into a path containing spaces (e.g. ``c:\Documents and Settings\...``) 110 11. Install psutil and obtain LLVM source code: 114 pip install psutil [all …]
|
/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
|