forked from OSchip/llvm-project
1fc986427b
Use custom mlir runner init/destroy functions to safely init and destroy shared libraries loaded by the JitRunner. This mechanism is ignored for Windows builds (for now) because init/destroy functions are not exported, and library unloading relies on static destructors. Re-submit https://reviews.llvm.org/D94270 with a temporary workaround for windows Differential Revision: https://reviews.llvm.org/D94312 |
||
---|---|---|
.. | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
integration_test | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.md |
README.md
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.