This is required for the distribution system for installing the
mlir-libraries component. This is copied from clang's equivalent
feature.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/CMakeLists.txt | ||
---|---|---|
231 | This should be MLIR_LIBS, right? |
mlir/CMakeLists.txt | ||
---|---|---|
231 | Nope, MLIR uses the extra ALL for some reason: https://github.com/llvm/llvm-project/blob/main/mlir/cmake/modules/AddMLIR.cmake#L442 |
mlir/CMakeLists.txt | ||
---|---|---|
231 | Right, but right above this you're doing a get_property into the MLIR_LIBS variable. |
mlir/CMakeLists.txt | ||
---|---|---|
231 | Oh, duh, good eye :p |
This should be MLIR_LIBS, right?