Skip to content

Commit dac06e7

Browse files
[flang][acc] Fix FIRTestOpenACCInterfaces dependency (#122953)
According to one of the LLVM builds: #122495 (comment) The linking to various "mlir::Pass::" methods is failing. Ensure dependency is properly setup.
1 parent 5dcf5cc commit dac06e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flang/test/lib/OpenACC/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ add_flang_library(FIRTestOpenACCInterfaces
33

44
DEPENDS
55
FIRDialect
6-
FIRBuilder
76
FIROpenACCSupport
87
FIRSupport
9-
FIRTransforms
8+
MLIRIR
109
MLIROpenACCDialect
10+
MLIRPass
11+
MLIRSupport
1112

1213
LINK_LIBS
1314
FIRDialect
14-
FIRBuilder
1515
FIROpenACCSupport
1616
FIRSupport
1717
MLIRIR
1818
MLIROpenACCDialect
19+
MLIRPass
1920
MLIRSupport
20-
MLIRFuncDialect
2121
)

0 commit comments

Comments
 (0)