forked from OSchip/llvm-project
parent
55bcea1e65
commit
b322c3a34b
|
@ -29,5 +29,5 @@ add_clang_library(clangCodeGen
|
|||
CodeGenTypes.cpp
|
||||
Mangle.cpp
|
||||
ModuleBuilder.cpp
|
||||
TargetABIInfo.cpp
|
||||
TargetInfo.cpp
|
||||
)
|
||||
|
|
|
@ -29,6 +29,7 @@ add_clang_library(clangSema
|
|||
SemaTemplateInstantiate.cpp
|
||||
SemaTemplateInstantiateDecl.cpp
|
||||
SemaType.cpp
|
||||
TargetAttributesSema.cpp
|
||||
)
|
||||
|
||||
add_dependencies(clangSema ClangDiagnosticSema)
|
||||
|
|
Loading…
Reference in New Issue