Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cmake] Remove dependence on LLVM 'Core' component in the CMake build (…
…#2522) This change removes two spurious 'LINK_COMPONENTS Core' declarations in the CMake build. Depending on the 'Core' component indicates that the libraries depend on the code under 'llvm-project/llvm/lib/IR' (e.g. 'LLVMCore' library), which is not true for the StablehloLinalgTransforms and StablehloTOSATransforms libraries.
- Loading branch information