Home
last modified time | relevance | path

Searched full:runtimes (Results 1 – 25 of 210) sorted by relevance

123456789

/llvm-project/llvm/runtimes/
H A DCMakeLists.txt10 list(APPEND runtimes ${proj_dir})
20 set(all_runtimes ${runtimes})
149 # is required because the other runtimes need the builtin libraries present
153 # If the user did not specify the targets infer them from the runtimes.
209 # for all variables that will apply to runtimes.
210 foreach(entry ${runtimes})
235 include(${LLVM_BINARY_DIR}/runtimes/Components.cmake OPTIONAL)
237 set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${LLVM_BINARY_DIR}/runtimes/Components.cmake)
255 set_property(GLOBAL APPEND PROPERTY LLVM_ALL_LIT_TESTSUITES "@${LLVM_BINARY_DIR}/runtimes/runtimes
533 add_custom_target(runtimes) global() target
[all...]
/llvm-project/runtimes/
H A DCMakeLists.txt5 # llvm/runtimes/CMakeLists.txt where we reuse the build tree of the top-level
12 message(STATUS "Performing bootstrapping runtimes build.")
14 message(STATUS "Performing standalone runtimes build.")
23 project(Runtimes C CXX ASM)
24 set(LLVM_SUBPROJECT_TITLE "Runtimes")
41 "Semicolon-separated list of runtimes to build, or \"all\" (${LLVM_DEFAULT_RUNTIMES}). Supported runtimes are ${LLVM_SUPPORTED_RUNTIMES}.")
51 list(APPEND runtimes ${proj_dir})
69 # If building standalone by pointing CMake at this runtimes directory,
95 # CMake omits default compiler include paths, but in runtimes buil
11 project(Runtimes C CXX ASM) global() project
[all...]
/llvm-project/libcxx/utils/ci/
H A Drun-buildbot131 -S "${MONOREPO_ROOT}/runtimes" \
165 function check-runtimes() {
234 check-runtimes
287 check-runtimes
293 check-runtimes
299 check-runtimes
305 check-runtimes
311 check-runtimes
317 check-runtimes
323 check-runtimes
[all...]
/llvm-project/clang/test/Driver/
H A Dbaremetal-multilib-exclusive-group.yaml20 # POS-DAG: "-internal-isystem" "[[SYSROOT:[^"]*]]/bin/../lib/clang-runtimes/testdir1_non_exclusive/include/c++/v1"
21 # POS-DAG: "-internal-isystem" "[[SYSROOT]]/bin/../lib/clang-runtimes/testdir2_non_exclusive/include/c++/v1"
22 # POS-DAG: "-internal-isystem" "[[SYSROOT]]/bin/../lib/clang-runtimes/testdir3_exclusive/include/c++/v1"
23 # POS-DAG: "-internal-isystem" "[[SYSROOT]]/bin/../lib/clang-runtimes/testdir1_own_group/include/c++/v1"
24 # POS-DAG: "-internal-isystem" "[[SYSROOT]]/bin/../lib/clang-runtimes/testdir2_own_group/include/c++/v1"
26 # NEG-NOT: "-internal-isystem" "{{[^"]*}}/bin/../lib/clang-runtimes/testdir1_exclusive/include/c++/v1"
27 # NEG-NOT: "-internal-isystem" "{{[^"]*}}/bin/../lib/clang-runtimes/testdir2_exclusive/include/c++/v1"
H A Dbaremetal-multilib-layered.yaml16 # CHECK-SAME: "-internal-isystem" "[[SYSROOT:[^"]*]]/bin/../lib/clang-runtimes/softfp/include/c++/v1"
17 # CHECK-SAME: "-internal-isystem" "[[SYSROOT]]/bin/../lib/clang-runtimes/soft/include/c++/v1"
18 # CHECK-SAME: "-internal-isystem" "[[SYSROOT]]/bin/../lib/clang-runtimes/softfp/include"
19 # CHECK-SAME: "-internal-isystem" "[[SYSROOT]]/bin/../lib/clang-runtimes/soft/include"
20 # CHECK-NEXT: "-L[[SYSROOT]]/bin/../lib/clang-runtimes/softfp/lib"
21 # CHECK-SAME: "-L[[SYSROOT]]/bin/../lib/clang-runtimes/soft/lib"
H A Dbaremetal-sysroot.cpp9 // RUN: mkdir -p %T/baremetal_default_sysroot/lib/clang-runtimes/armv6m-none-eabi
16 // CHECK-V6M-C-SAME: "-internal-isystem" "{{.*}}/baremetal_default_sysroot{{[/\\]+}}bin{{[/\\]+}}..{{[/\\]+}}lib{{[/\\]+}}clang-runtimes{{[/\\]+}}armv6m-none-eabi{{[/\\]+}}include{{[/\\]+}}c++{{[/\\]+}}v1"
17 // CHECk-V6M-C-SAME: "-internal-isystem" "{{.*}}/baremetal_default_sysroot{{[/\\]+}}bin{{[/\\]+}}..{{[/\\]+}}lib{{[/\\]+}}clang-runtimes{{[/\\]+}}armv6m-none-eabi{{[/\\]+}}include"
20 // CHECK-V6M-C-SAME: "-L{{.*}}/baremetal_default_sysroot{{[/\\]+}}bin{{[/\\]+}}..{{[/\\]+}}lib{{[/\\]+}}clang-runtimes{{[/\\]+}}armv6m-none-eabi{{[/\\]+}}lib"
H A Dbaremetal-multilib.yaml8 # CHECK-SAME: "-internal-isystem" "[[SYSROOT:[^"]*]]/bin/../lib/clang-runtimes/arm-none-eabi/thumb/v8-m.main/fp/include/c++/v1"
9 # CHECK-SAME: "-internal-isystem" "[[SYSROOT]]/bin/../lib/clang-runtimes/arm-none-eabi/thumb/v8-m.main/fp/include"
12 # CHECK-SAME: "-L[[SYSROOT]]/bin/../lib/clang-runtimes/arm-none-eabi/thumb/v8-m.main/fp/lib"
H A Dbaremetal-multilib-group-error.yaml
/llvm-project/libc/docs/gpu/
H A Dtesting.rst106 or a runtimes cross build, then the standard targets will be present in the
127 #. **Runtimes build** - If the library was built using ``LLVM_ENABLE_RUNTIMES``
138 runtimes build directory.
142 $> ninja -C runtimes/runtimes-amdgcn-amd-amdhsa-bins check-libc
143 $> ninja -C runtimes/runtimes-nvptx64-nvidia-cuda-bins check-libc
144 $> cd runtimes/runtimes-amdgcn-amd-amdhsa-bins && ninja check-libc
145 $> cd runtimes/runtimes-nvptx64-nvidia-cuda-bins && ninja check-libc
H A Dbuilding.rst29 Standard runtimes build
32 The simplest way to build the GPU libc is to use the existing LLVM runtimes
64 Runtimes cross build
91 We use these tools to bootstrap the build out of the runtimes directory
102 $> cmake ../runtimes \ # Point to the runtimes build
/llvm-project/llvm/docs/
H A DDiscourseMigrationGuide.md67 <tr><td>Runtimes</td><td>runtimes@discourse.llvm.org</td></tr>
68 <tr><td>Runtimes - C++</td><td>runtimes-cxx@discourse.llvm.org</td></tr>
69 <tr><td>Runtimes - Sanitizers</td><td>runtimes-sanitizers@discourse.llvm.org</td></tr>
70 <tr><td>Runtimes - C</td><td>runtimes-c@discourse.llvm.org</td></tr>
71 <tr><td>Runtimes - OpenMP</td><td>runtimes-openmp@discourse.llvm.org</td></tr>
72 <tr><td>Runtimes - OpenCL</td><td>runtimes-opencl@discourse.llvm.org</td></tr>
133 <tr><td>libc-dev</td><td>Runtimes/C</td></tr>
134 <tr><td>Libclc-dev</td><td>Runtimes/OpenCL</td></tr>
137 <tr><td>libcxx-dev</td><td>Runtimes/C++</td></tr>
150 <tr><td>Openmp-dev</td><td>Runtimes/OpenMP</td></tr>
[all …]
/llvm-project/libcxx/docs/
H A DBuildingLibcxx.rst
/llvm-project/llvm/utils/release/
H A Dtest-release.sh281 runtimes=""
283 runtimes="${runtimes:+$runtimes;}compiler-rt"
286 runtimes="${runtimes:+$runtimes;}libcxx"
288 runtimes="${runtimes:+$runtimes;}libcxxab
[all...]
H A Dbuild-docs.sh130 cmake -G Ninja $srcdir/../runtimes -B $builddir/runtimes-doc \
135 ninja -C $builddir/runtimes-doc \
156 # Keep the documentation for the runtimes under /projects/ to avoid breaking existing links.
159 mv $builddir/runtimes-doc/$d/html/* $html_dir/projects/$d/
/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp22 InstrumentationRuntimeCollection &runtimes) { in ModulesDidLoad() argument
35 pos = runtimes.find(type); in ModulesDidLoad()
36 if (pos == runtimes.end()) { in ModulesDidLoad()
37 runtimes[type] = create_callback(process->shared_from_this()); in ModulesDidLoad()
/llvm-project/clang/cmake/caches/
H A DCrossWinToARMLinux.cmake42 # python bin/llvm-lit.py -v --threads=32 runtimes/runtimes-<TOOLCHAIN_TARGET_TRIPLE>bins/libunwind/test 2>&1 | tee libunwind-tests.log
43 # python bin/llvm-lit.py -v --threads=32 runtimes/runtimes-<TOOLCHAIN_TARGET_TRIPLE>-bins/libcxxabi/test 2>&1 | tee libcxxabi-tests.log
44 # python bin/llvm-lit.py -v --threads=32 runtimes/runtimes-<TOOLCHAIN_TARGET_TRIPLE>-bins/libcxx/test 2>&1 | tee libcxx-tests.log
231 # Avoid searching for the python3 interpreter during the runtimes configuration for the cross builds.
283 runtimes
/llvm-project/libc/docs/
H A Dfull_cross_build.rst62 $> cmake ../runtimes \
73 * **Enabled Runtimes** - Since we want to build LLVM-libc, we list
/llvm-project/mlir/include/mlir/Conversion/GPUToROCDL/
H A DRuntimes.h1 //===- Runtimes.h - Possible runtimes for AMD GPUs ---*- C++ -*-===//
14 /// Potential runtimes for AMD GPU kernels
/llvm-project/openmp/docs/
H A Dindex.rst6 additions. Please post on the `Discourse forums (Runtimes -
7 OpenMP) <https://discourse.llvm.org/c/runtimes/openmp/35>`__..
22 multitude of available :ref:`OpenMP runtimes <openmp_runtimes>`.
36 both Flang and Clang. For this purpose, LLVM's OpenMP runtimes are
37 being extended to serve as OpenACC runtimes. In some cases, Clang
/llvm-project/libcxx/utils/
H A Dlibcxx-lit20 $ cmake -S runtimes -B build/ -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi"
32 type="runtimes"
44 if [[ "${type}" == "runtimes" ]]; then
/llvm-project/compiler-rt/www/
H A Dindex.html36 <b>sanitizer runtimes</b> - runtime libraries that are required to run
37 the code with sanitizer instrumentation. This includes runtimes for:
83 <p>Most sanitizer runtimes are supported only on Linux x86-64. See tool-specific
100 users may directly call certain function from sanitizer runtimes).</li>
105 <li> test/ contains test suites for compiler-rt runtimes.</li>
129 <p>Tests for sanitizer runtimes are ported to
137 <p>If you have questions, please ask on the <a href="https://discourse.llvm.org/c/runtimes/64">
/llvm-project/libunwind/docs/
H A Dindex.rst81 can ask for support on the `Runtimes forum`_ or on Discord.
91 Send discussions and questions to the `Runtimes forum`_. Please add the tag "libunwind" to your post.
100 * `Runtimes Forum <https://discourse.llvm.org/tags/c/runtimes>`_
/llvm-project/openmp/docs/openacc/
H A DOverview.rst5 this purpose, LLVM's OpenMP runtimes are being extended to serve as
6 OpenACC runtimes.
/llvm-project/flang/test/
H A Dlit.site.cfg.py.in30 config.openmp_module_dir = "@CMAKE_BINARY_DIR@/runtimes/runtimes-bins/openmp/runtime/src"
/llvm-project/compiler-rt/lib/
H A DCMakeLists.txt76 # It doesn't normally make sense to build runtimes when a sanitizer is enabled,
77 # so we don't add_subdirectory the runtimes in that case. However, the opposite

123456789