Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
clang/lib/Sema/CMakeLists.txt
set(LLVM_LINK_COMPONENTS | set(LLVM_LINK_COMPONENTS | ||||
Core | Core | ||||
FrontendOpenMP | FrontendOpenMP | ||||
MC | MC | ||||
Support | Support | ||||
) | ) | ||||
clang_tablegen(OpenCLBuiltins.inc -gen-clang-opencl-builtins | clang_tablegen(OpenCLBuiltins.inc -gen-clang-opencl-builtins | ||||
SOURCE OpenCLBuiltins.td | SOURCE OpenCLBuiltins.td | ||||
TARGET ClangOpenCLBuiltinsImpl | TARGET ClangOpenCLBuiltinsImpl | ||||
) | ) | ||||
clang_tablegen(SPIRVBuiltins.inc -gen-clang-spirv-builtins | |||||
SOURCE SPIRVBuiltins.td | |||||
TARGET ClangSPIRVBuiltinsImpl | |||||
) | |||||
add_clang_library(clangSema | add_clang_library(clangSema | ||||
AnalysisBasedWarnings.cpp | AnalysisBasedWarnings.cpp | ||||
CodeCompleteConsumer.cpp | CodeCompleteConsumer.cpp | ||||
DeclSpec.cpp | DeclSpec.cpp | ||||
DelayedDiagnostic.cpp | DelayedDiagnostic.cpp | ||||
IdentifierResolver.cpp | IdentifierResolver.cpp | ||||
JumpDiagnostics.cpp | JumpDiagnostics.cpp | ||||
MultiplexExternalSemaSource.cpp | MultiplexExternalSemaSource.cpp | ||||
Show All 39 Lines | add_clang_library(clangSema | ||||
SemaTemplateInstantiate.cpp | SemaTemplateInstantiate.cpp | ||||
SemaTemplateInstantiateDecl.cpp | SemaTemplateInstantiateDecl.cpp | ||||
SemaTemplateVariadic.cpp | SemaTemplateVariadic.cpp | ||||
SemaType.cpp | SemaType.cpp | ||||
TypeLocBuilder.cpp | TypeLocBuilder.cpp | ||||
DEPENDS | DEPENDS | ||||
ClangOpenCLBuiltinsImpl | ClangOpenCLBuiltinsImpl | ||||
ClangSPIRVBuiltinsImpl | |||||
omp_gen | omp_gen | ||||
LINK_LIBS | LINK_LIBS | ||||
clangAST | clangAST | ||||
clangAnalysis | clangAnalysis | ||||
clangBasic | clangBasic | ||||
clangEdit | clangEdit | ||||
clangLex | clangLex | ||||
) | ) |