Skip to content

Commit

Permalink
[flang][acc] Fix FIRTestOpenACCInterfaces dependency
Browse files Browse the repository at this point in the history
According to one of the LLVM builds:
llvm#122495 (comment)
The linking to various "mlir::Pass::" methods is failing. Ensure
dependency is properly setup.
  • Loading branch information
Razvan Lupusoru committed Jan 14, 2025
1 parent 1dbc982 commit 70b5626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flang/test/lib/OpenACC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ add_flang_library(FIRTestOpenACCInterfaces

DEPENDS
FIRDialect
FIRBuilder
FIROpenACCSupport
FIRSupport
FIRTransforms
MLIRIR
MLIROpenACCDialect
MLIRPass
MLIRSupport

LINK_LIBS
FIRDialect
FIRBuilder
FIROpenACCSupport
FIRSupport
MLIRIR
MLIROpenACCDialect
MLIRPass
MLIRSupport
MLIRFuncDialect
)

0 comments on commit 70b5626

Please sign in to comment.