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