diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:59:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:59:23 +0000 |
| commit | 9a83721404652cea39e9f02ae3e3b5c964602a5c (patch) | |
| tree | 23e9541ce27049a103f6ed046be61592123e02c9 /lib/StaticAnalyzer/Frontend | |
| parent | 676fbe8105eeb6ff4bb2ed261cb212fcfdbe7b63 (diff) | |
Notes
Diffstat (limited to 'lib/StaticAnalyzer/Frontend')
| -rw-r--r-- | lib/StaticAnalyzer/Frontend/CMakeLists.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/StaticAnalyzer/Frontend/CMakeLists.txt b/lib/StaticAnalyzer/Frontend/CMakeLists.txt deleted file mode 100644 index 5e7dd8f18cd7..000000000000 --- a/lib/StaticAnalyzer/Frontend/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -include_directories( ${CMAKE_CURRENT_BINARY_DIR}/../Checkers ) - -set(LLVM_LINK_COMPONENTS - Support - ) - -add_clang_library(clangStaticAnalyzerFrontend - AnalysisConsumer.cpp - CheckerRegistration.cpp - CheckerRegistry.cpp - FrontendActions.cpp - ModelConsumer.cpp - ModelInjector.cpp - - LINK_LIBS - clangAST - clangAnalysis - clangBasic - clangCrossTU - clangFrontend - clangLex - clangStaticAnalyzerCheckers - clangStaticAnalyzerCore - ) |
