llvm/mlir
Rainer Orth b630bafb3c [mlir][test] Require JIT support in JIT tests
A number of mlir tests `FAIL` on Solaris/sparcv9 with `Target has no JIT
support`.  This patch fixes that by mimicing `clang/test/lit.cfg.py` which
implements a `host-supports-jit` keyword for this.  The gtest-based unit
tests don't support `REQUIRES:`, so lack of support needs to be hardcoded
there.

Tested on `amd64-pc-solaris2.11` (`check-mlir` results unchanged) and
`sparcv9-sun-solaris2.11` (only one unrelated failure left).

Differential Revision: https://reviews.llvm.org/D131151

(cherry picked from commit ca98e0dd6cf59907f07201c4282dcafeeea11a91)
2022-08-22 11:35:40 +02:00
..
benchmark/python [NFC] Remove obsolete all_passes_registration from integration tests. 2022-07-16 18:18:43 -07:00
cmake/modules [CMake] Fix add_subdirectory llvm builds 2022-07-26 11:24:23 +02:00
docs [MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions 2022-07-25 15:52:51 +02:00
examples Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions" 2022-07-18 18:07:36 +00:00
include [mlir] Fix Analysis/Presburger/Utils.cpp compilation with GCC 11 2022-08-05 01:15:24 -07:00
lib [mlir][test] Require JIT support in JIT tests 2022-08-22 11:35:40 +02:00
python [MLIR] Fix checks for native arch 2022-08-08 12:18:21 -07:00
test [mlir][test] Require JIT support in JIT tests 2022-08-22 11:35:40 +02:00
tools [MLIR] Fix checks for native arch 2022-08-08 12:18:21 -07:00
unittests [mlir][test] Require JIT support in JIT tests 2022-08-22 11:35:40 +02:00
utils [mlir][spirv] Rename spv.ocl to spv.cl. NFC. 2022-07-20 17:46:45 -04:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy
CMakeLists.txt [MLIR] Fix checks for native arch 2022-08-08 12:18:21 -07:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.