Home | History | Annotate | Download | only in FrontendTool
      1 set(LLVM_USED_LIBS clangDriver clangFrontend clangRewrite clangCodeGen 
      2     clangStaticAnalyzerFrontend clangStaticAnalyzerCheckers clangStaticAnalyzerCore
      3     clangARCMigrate)
      4 
      5 add_clang_library(clangFrontendTool
      6   ExecuteCompilerInvocation.cpp
      7   )
      8