Replies: 1 comment
-
MLIR does provide cmake detection support, so in theory you could do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the meson build system supports
dependency('llvm')
but notdependency('mlir')
. Is this something that can be supported in the future? Currently I think I'd have to manually link against mlir libraries and specify paths to the include directories somehow, since llvm-config doesn't support linking against MLIR. Additionally, I'm not sure how mlir-tblgen would work.Beta Was this translation helpful? Give feedback.
All reactions