blob: d2e3564c840a9e0444138d1d78294efea106205f [file] [log] [blame]
set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyPortabilityModule
PortabilityTidyModule.cpp
RestrictSystemIncludesCheck.cpp
SIMDIntrinsicsCheck.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangLex
clangTidy
clangTidyUtils
clangTooling
)