Skip to content

Commit 2a2b27d

Browse files
authored
[flang] Fix CMake dependency in CUF/Attributes (#92751)
flang/lib/Optimizer/Dialect/CUF/Attributes/CUFAttr.cpp includes CUFDialect.h.inc, but the target generating that isn't currently depended on in CUF/Attributes. This patch adds that missing dependency. Fixes #92635
1 parent 3efaf9c commit 2a2b27d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Optimizer/Dialect/CUF/Attributes/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ add_flang_library(CUFAttrs
55
DEPENDS
66
MLIRIR
77
CUFAttrsIncGen
8+
CUFOpsIncGen
89

910
LINK_LIBS
1011
MLIRTargetLLVMIRExport

0 commit comments

Comments
 (0)