[OpenMP][FIX] Add missing cmake dependence needed after 931c0cd713

This commit is contained in:
Johannes Doerfert 2020-04-06 08:59:47 -05:00
parent b00a874b7c
commit 9e1af172ee
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
set(LLVM_LINK_COMPONENTS support)
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
support
)
add_clang_library(clangReorderFields
ReorderFieldsAction.cpp