- This library is special because of its dependencies so seems to have been inadvertently left out of installs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/TableGen/CMakeLists.txt | ||
---|---|---|
37 | Guard this on LLVM_INSTALL_UTILITIES? |
mlir/lib/TableGen/CMakeLists.txt | ||
---|---|---|
37 | I *think* it shouldn't be guarded (isn't that guard for installing the actual binaries?). This is just a library, that as near as I can tell should install with the same rules as every other MLIR library, but due to the way it needs to be built can't use add_mlir_library to take care of that. |
Guard this on LLVM_INSTALL_UTILITIES?