[Mlir-commits] [mlir] [MLIR][ExecutionEngine] Introduce shared library (PR #87067)

Mehdi Amini llvmlistbot at llvm.org
Fri May 31 17:24:50 PDT 2024


joker-eph wrote:

If I have to guess, I would think it comes from:

```
  # MLIR libraries uniformly depend on LLVMSupport.  Just specify it once here.
  list(APPEND ARG_LINK_COMPONENTS Support)
  _check_llvm_components_usage(${name} ${ARG_LINK_LIBS})
```

inside `add_mlir_library`, but that has been like this "forever".

https://github.com/llvm/llvm-project/pull/87067


More information about the Mlir-commits mailing list