Skip to content

Commit

Permalink
[flang] Add missing link dependencies to FrontendOpenACC.
Browse files Browse the repository at this point in the history
Summary:
These link dependencies are required for shared library builds to
work correctly.

Reviewers: clementval

Reviewed By: clementval

Subscribers: mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83938
  • Loading branch information
DavidTruby committed Jul 16, 2020
1 parent 482753f commit 920e127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flang/lib/Parser/CMakeLists.txt
Expand Up @@ -30,6 +30,7 @@ add_flang_library(FortranParser

LINK_COMPONENTS
Support
FrontendOpenACC

DEPENDS
omp_gen
Expand Down
1 change: 1 addition & 0 deletions flang/lib/Semantics/CMakeLists.txt
Expand Up @@ -52,4 +52,5 @@ add_flang_library(FortranSemantics
LINK_COMPONENTS
Support
FrontendOpenMP
FrontendOpenACC
)

0 comments on commit 920e127

Please sign in to comment.