llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
307 stars 84 forks source link

[CIR] Fix TargetLowering library depencies #687

Closed sitio-couto closed 1 week ago

sitio-couto commented 2 weeks ago

This patch fixes the library dependencies of the CIRTargetLowering library. It would fail to build with `BUILD_SHARED_LIBS=ON``.

sitio-couto commented 2 weeks ago

@bcardosolopes applied.

bcardosolopes commented 1 week ago

Seems like this got superseded by 697, closing!