Skip to content
Snippets Groups Projects
Commit bce30c53 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122421 91177308-0d34-0410-b5e6-96231b3b80d8
parent 98cabbad
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 7 deletions
......@@ -10,7 +10,7 @@ set( LLVM_USED_LIBS
clangCodeGen
clangParse
clangSema
clangChecker
clangGRCore
clangAnalysis
clangIndex
clangRewrite
......
......@@ -6,7 +6,7 @@ set(LLVM_USED_LIBS
clangDriver
clangCodeGen
clangSema
clangChecker
clangGRCore
clangIndex
clangAnalysis
clangRewrite
......
......@@ -18,7 +18,7 @@ TOOL_NO_EXPORTS = 1
LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter ipo \
selectiondag asmparser
USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a clangCodeGen.a \
clangSema.a clangChecker.a clangAnalysis.a clangRewrite.a \
clangSema.a clangGRCore.a clangAnalysis.a clangRewrite.a \
clangAST.a clangParse.a clangLex.a clangBasic.a
include $(CLANG_LEVEL)/Makefile
......@@ -7,7 +7,7 @@ set(LLVM_USED_LIBS
clangSema
clangAnalysis
clangSerialization
clangChecker
clangGRCore
clangRewrite
clangAST
clangParse
......
......@@ -16,7 +16,7 @@ NO_INSTALL = 1
TOOL_NO_EXPORTS = 1
LINK_COMPONENTS := asmparser bitreader mc core
USEDLIBS = clangChecker.a clangIndex.a clangFrontend.a clangDriver.a \
USEDLIBS = clangGRCore.a clangIndex.a clangFrontend.a clangDriver.a \
clangSema.a clangAnalysis.a clangSerialization.a \
clangAST.a clangParse.a clangLex.a clangBasic.a
......
......@@ -12,4 +12,4 @@ add_subdirectory(Serialization)
add_subdirectory(Frontend)
add_subdirectory(FrontendTool)
add_subdirectory(Index)
add_subdirectory(Checker)
add_subdirectory(GR)
set(LLVM_NO_RTTI 1)
set(LLVM_USED_LIBS clangDriver clangFrontend clangRewrite clangCodeGen
clangChecker)
clangGRCore)
add_clang_library(clangFrontendTool
ExecuteCompilerInvocation.cpp
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment