Skip to content

Commit 4280316

Browse files
committed
[flang][cuda] Fix link issue after c26e1a2
1 parent 011b618 commit 4280316

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/lib/Optimizer/CodeGen/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ add_flang_library(FIRCodeGen
1111
TypeConverter.cpp
1212

1313
DEPENDS
14+
CUFAttrs
1415
FIRDialect
1516
FIROptCodeGenPassIncGen
1617
CGOpsIncGen
1718

1819
LINK_LIBS
20+
CUFAttrs
1921
FIRAnalysis
2022
FIRBuilder
2123
FIRDialect

0 commit comments

Comments
 (0)