[flang] Fix standalone builds

In dd875dd88b I added a missing MLIR
dependency in Flang. However, that particular CMake target is not
exported as something available to standalone builds. In this patch is
switch to `MLIRIR` instead, which depends on
`MLIRBuiltinAttributeInterfacesIncGen` - the missing dependency added
previously.

Differential Revision: https://reviews.llvm.org/D120986
This commit is contained in:
Andrzej Warzynski 2022-03-04 11:31:29 +00:00
parent e8e301ed92
commit bbcc0f6006

View file

@ -15,7 +15,7 @@ add_flang_library(flangFrontend
FIRBuilder
FIRDialect
FIRSupport
MLIRBuiltinAttributeInterfacesIncGen
MLIRIR
${dialect_libs}
LINK_LIBS