[Lldb-commits] [lldb] r216028 - Attempt to keep the Linux build happy in face of my changes. Non-Apple folks, can you confirm that this is good enough to keep things building for you?
Enrico Granata
egranata at apple.com
Tue Aug 19 14:48:27 PDT 2014
Author: enrico
Date: Tue Aug 19 16:48:27 2014
New Revision: 216028
URL: http://llvm.org/viewvc/llvm-project?rev=216028&view=rev
Log:
Attempt to keep the Linux build happy in face of my changes. Non-Apple folks, can you confirm that this is good enough to keep things building for you?
Modified:
lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
Modified: lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt?rev=216028&r1=216027&r2=216028&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt (original)
+++ lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt Tue Aug 19 16:48:27 2014
@@ -7,4 +7,6 @@ add_lldb_library(lldbPluginAppleObjCRunt
AppleObjCTrampolineHandler.cpp
AppleObjCTypeVendor.cpp
AppleThreadPlanStepThroughObjCTrampoline.cpp
+ AppleObjCClassDescriptorV2.cpp
+ AppleObjCTypeEncodingParser.cpp
)
More information about the lldb-commits
mailing list