llvm-project/mlir
Mehdi Amini bce0c6429e Fix ASAN execution for the MLIR Python tests
First the leak sanitizer has to be disabled, as even an empty script
leads to leak detection with Python.
Then we need to preload the ASAN runtime, as the main binary (python)
won't be linked against it. This will only work on Linux right now.

Differential Revision: https://reviews.llvm.org/D111004
2021-10-03 05:07:32 +00:00
..
cmake/modules [mlir][python] Simplify python extension loading. 2021-09-03 00:43:28 +00:00
docs [mlir] Add min/max operations to Standard. 2021-09-28 09:40:22 +02:00
examples [mlir] Add value_begin/value_end methods to DenseElementsAttr 2021-09-21 01:57:43 +00:00
include [MLIR][NFC] Drop unnecessary use of OpBuilder in build trip count map 2021-10-03 09:25:18 +05:30
lib [MLIR][NFC] Drop unnecessary use of OpBuilder in build trip count map 2021-10-03 09:25:18 +05:30
python [mlir][python] provide bindings for ops from the sparse_tensor dialect 2021-09-30 15:53:16 +02:00
test Fix ASAN execution for the MLIR Python tests 2021-10-03 05:07:32 +00:00
tools [mlir] Remove old "tc" linalg ods generator. 2021-09-30 16:30:06 +00:00
unittests Fix memory leaks in MLIR unit-tests (NFC) 2021-10-02 21:31:46 +00:00
utils Update MLIR generate-test-checks.py to add the notice from the source into the generated file 2021-09-20 23:19:40 +00:00
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt MLIR can't support -Bsymbolic link option, fail at CMake time with a helpful message instead of broken runtime 2021-09-26 00:36:31 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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