[OpenMP] Fix layering problem with FrontendOpenMP

Summary:
ASTMatchers is used in various places and it now exposes the
LLVMFrontendOpenMP library to its users without them needing to depend
on it explicitly.

Reviewers: lebedev.ri

Subscribers: mgorny, yaxunl, bollu, guansong, martong, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D77574
This commit is contained in:
Johannes Doerfert 2020-04-06 12:39:40 -05:00
parent 07ed1fb597
commit 97aa593a83
15 changed files with 2 additions and 15 deletions

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support)
add_clang_library(clangTidyOpenMPModule

View File

@ -1,7 +1,6 @@
add_subdirectory(Dynamic)
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)
@ -15,3 +14,5 @@ add_clang_library(clangASTMatchers
clangBasic
clangLex
)
target_link_libraries(clangASTMatchers PUBLIC LLVMFrontendOpenMP)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)

View File

@ -1,6 +1,5 @@
set(LLVM_LINK_COMPONENTS
Option
FrontendOpenMP
Support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)

View File

@ -1,6 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
FrontendOpenMP
Support
)