mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
When building the ServerLib before any other concretelang target that depends on `mlir-headers`, compilation fails due to missing include files generated by tablegen, e.g., `llvm/IR/Attributes.inc`. This adds a dependency from ServerLib to `mlir-headers`, which forces the generation of the missing header files.