mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 20:51:35 +00:00
dc120bae46
The three libs where recently added to the `mlir-cpu-runner`'s `CMakeLists.txt` file. This prevent the runner to compile on other platform (e.g. Power in my case). Native codegen is pulled in by the ExecutionEngine library, so this is redundant in any case. Differential Revision: https://reviews.llvm.org/D75916
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.