llvm-project/llvm
Xeonacid b8feeba0b4 [RISCV] Make old JIT ExecutionEngine tests unsupported
Make old JIT ExecutionEngine tests unsupported for RISCV, like many other architectures included.

Reviewed By: reames

Differential Revision: https://reviews.llvm.org/D126188
2022-05-24 03:01:00 +02:00
..
benchmarks
bindings
cmake [llvm][lldb] use FindLibEdit.cmake everywhere 2022-05-12 15:59:41 -07:00
docs [llvm-nm][docs] Document -W and -U 2022-05-23 09:58:54 -07:00
examples [ORC][examples] Fix off-by-one error when handling null terminators. 2022-05-20 19:33:49 -07:00
include [lld][WebAssembly] Allow use of statically allocated TLS region. 2022-05-23 17:27:17 -07:00
lib [BasicBlockUtils] Do not move loop metadata if outer loop header. 2022-05-23 16:39:54 -07:00
projects
resources
runtimes Partially revert "[CMake] Passthrough OSX CMake options to builtins and runtimes" 2022-05-18 17:02:02 +00:00
test [RISCV] Make old JIT ExecutionEngine tests unsupported 2022-05-24 03:01:00 +02:00
tools [llvm-nm][docs] Document -W and -U 2022-05-23 09:58:54 -07:00
unittests [SPIR-V] Allow setting SPIR-V version via target triple. 2022-05-23 14:24:00 +01:00
utils github: Switch release PR repository to llvm/llvm-project-release-prs 2022-05-23 15:10:27 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Generalize "check-all" umbrella targets, use for check-clang-tools 2022-05-06 12:30:49 +02:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.