Hey Enrico, A rebuild worked fine (which did a new cmake step).
I'm in the middle of a clean build, but the cmake step passed. Usually that's the part that will bark if there's an issue. I think you're fine as far as cmake builds are concerned. -Todd On Tue, Aug 19, 2014 at 3:06 PM, Todd Fiala <[email protected]> wrote: > I'll verify on Linux. > > > On Tue, Aug 19, 2014 at 2:48 PM, Enrico Granata <[email protected]> > wrote: > >> 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 >> ) >> >> >> _______________________________________________ >> lldb-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits >> > > > > -- > Todd Fiala | Software Engineer | [email protected] | 650-943-3180 > -- Todd Fiala | Software Engineer | [email protected] | 650-943-3180
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
