【发布时间】:2020-01-11 18:06:02
【问题描述】:
我正在尝试使用以下命令编译 MLIR:
cmake -G "Unix Makefiles" -DLLVM_ENABLE_PROJECTS=“mlir” ../mlir
然后是 CMake 错误:
...
CMake Error at CMakeLists.txt:10 (tablegen):
Unknown CMake command "tablegen".
Call Stack (most recent call first):
include/mlir/Analysis/CMakeLists.txt:2 (mlir_tablegen)
...
我不知道出了什么问题,我该如何解决?
【问题讨论】: