forked from OSchip/llvm-project
[OpenMP][FIX] Add missing cmake dependence needed after 931c0cd713
This commit is contained in:
parent
b00a874b7c
commit
9e1af172ee
|
@ -1,4 +1,7 @@
|
|||
set(LLVM_LINK_COMPONENTS support)
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
FrontendOpenMP
|
||||
support
|
||||
)
|
||||
|
||||
add_clang_library(clangReorderFields
|
||||
ReorderFieldsAction.cpp
|
||||
|
|
Loading…
Reference in New Issue