Added CMake support so all the Clang modules code
authorSean Callanan <scallanan@apple.com>
Fri, 5 Dec 2014 01:31:55 +0000 (01:31 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 5 Dec 2014 01:31:55 +0000 (01:31 +0000)
will at least be built by non-OS X builders. This
should head off some build breakage at the pass.

llvm-svn: 223437

lldb/source/Expression/CMakeLists.txt
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt

index 100fc69..cc75bcf 100644 (file)
@@ -9,6 +9,7 @@ add_lldb_library(lldbExpression
   ClangExpressionParser.cpp
   ClangExpressionVariable.cpp
   ClangFunction.cpp
+  ClangModulesDeclVendor.cpp
   ClangPersistentVariables.cpp
   ClangUserExpression.cpp
   ClangUtilityFunction.cpp
index 11227a8..ac0d8b5 100644 (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