diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2020-04-06 12:39:40 -0500 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2020-04-06 13:04:26 -0500 |
commit | 97aa593a8387586095b7eac12974ba2fdd08f4c3 (patch) | |
tree | b85565e077858994a758524dc840c1bde5344ebf /clang-tools-extra/clang-reorder-fields | |
parent | 07ed1fb5977804e6bda9f3c915a8c2d1c3f541a9 (diff) | |
download | llvm-97aa593a8387586095b7eac12974ba2fdd08f4c3.tar.gz |
[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
Diffstat (limited to 'clang-tools-extra/clang-reorder-fields')
-rw-r--r-- | clang-tools-extra/clang-reorder-fields/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-reorder-fields/CMakeLists.txt b/clang-tools-extra/clang-reorder-fields/CMakeLists.txt index c357d0a3cfbf..153271ce58e4 100644 --- a/clang-tools-extra/clang-reorder-fields/CMakeLists.txt +++ b/clang-tools-extra/clang-reorder-fields/CMakeLists.txt @@ -1,5 +1,4 @@ set(LLVM_LINK_COMPONENTS - FrontendOpenMP support ) |