Added CMake support so all the Clang modules code

will at least be built by non-OS X builders. This
should head off some build breakage at the pass.

llvm-svn: 223437
This commit is contained in:
Sean Callanan 2014-12-05 01:31:55 +00:00
parent c8278afc9f
commit 221262996a
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ add_lldb_library(lldbExpression
ClangExpressionParser.cpp
ClangExpressionVariable.cpp
ClangFunction.cpp
ClangModulesDeclVendor.cpp
ClangPersistentVariables.cpp
ClangUserExpression.cpp
ClangUtilityFunction.cpp

View File

@ -5,7 +5,7 @@ add_lldb_library(lldbPluginAppleObjCRuntime
AppleObjCRuntimeV1.cpp
AppleObjCRuntimeV2.cpp
AppleObjCTrampolineHandler.cpp
AppleObjCTypeVendor.cpp
AppleObjCDeclVendor.cpp
AppleThreadPlanStepThroughObjCTrampoline.cpp
AppleObjCClassDescriptorV2.cpp
AppleObjCTypeEncodingParser.cpp