
layout. :) Rename the 'EntoSA' directories to 'StaticAnalyzer'. Internally we will still use the 'ento' namespace for the analyzer engine (unless there are further sabre rattlings...). llvm-svn: 122514
9 lines
223 B
CMake
9 lines
223 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
set(LLVM_USED_LIBS clangDriver clangFrontend clangRewrite clangCodeGen
|
|
clangStaticAnalyzerCheckers clangStaticAnalyzerCore)
|
|
|
|
add_clang_library(clangFrontendTool
|
|
ExecuteCompilerInvocation.cpp
|
|
)
|