From: Sean Callanan Date: Fri, 5 Dec 2014 01:31:55 +0000 (+0000) Subject: Added CMake support so all the Clang modules code X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=221262996a7a81a4775879420e1f4e3f84a98ccd;p=platform%2Fupstream%2Fllvm.git 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 --- diff --git a/lldb/source/Expression/CMakeLists.txt b/lldb/source/Expression/CMakeLists.txt index 100fc69..cc75bcf 100644 --- a/lldb/source/Expression/CMakeLists.txt +++ b/lldb/source/Expression/CMakeLists.txt @@ -9,6 +9,7 @@ add_lldb_library(lldbExpression ClangExpressionParser.cpp ClangExpressionVariable.cpp ClangFunction.cpp + ClangModulesDeclVendor.cpp ClangPersistentVariables.cpp ClangUserExpression.cpp ClangUtilityFunction.cpp diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt index 11227a8..ac0d8b5 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt @@ -5,7 +5,7 @@ add_lldb_library(lldbPluginAppleObjCRuntime AppleObjCRuntimeV1.cpp AppleObjCRuntimeV2.cpp AppleObjCTrampolineHandler.cpp - AppleObjCTypeVendor.cpp + AppleObjCDeclVendor.cpp AppleThreadPlanStepThroughObjCTrampoline.cpp AppleObjCClassDescriptorV2.cpp AppleObjCTypeEncodingParser.cpp