forked from OSchip/llvm-project
48a1a993fb
aligned_alloc was added in MacOS 10.15, some users want to support older versions. The runtime functions makes this easy, so just put in a call to posix_memalign, which provides the same functionality. |
||
---|---|---|
.. | ||
benchmark/python | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
lib | ||
python | ||
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.