blob: 2fdeb65d89767b1a7f373c9bf5642489f754876f [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
support
)
add_clang_library(clangReorderFields STATIC
ReorderFieldsAction.cpp
DEPENDS
omp_gen
ClangDriverOptions
)
clang_target_link_libraries(clangReorderFields
PRIVATE
clangAST
clangASTMatchers
clangBasic
clangIndex
clangLex
clangSerialization
clangToolingCore
)
add_subdirectory(tool)