llvm-project/lldb/source/API
Chris Bieneman fd2f0cb170 [CMake] Final dependency cleanup patch!
Summary:
This patch removes the over-specified dependencies from LLDBDependencies and instead relies on the dependencies as expressed in each library and tool.

This also removes the library looping in favor of allowing CMake to do its thing. I've tested this patch on Darwin, and found no issues, but since linker semantics vary by system I'll also work on testing it on other platforms too.

Help testing would be greatly appreciated.

Reviewers: labath, zturner

Subscribers: danalbert, srhines, mgorny, jgosnell, lldb-commits

Differential Revision: https://reviews.llvm.org/D29352

llvm-svn: 294515
2017-02-08 21:00:46 +00:00
..
CMakeLists.txt [CMake] Final dependency cleanup patch! 2017-02-08 21:00:46 +00:00
SBAddress.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBAttachInfo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBBlock.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBBreakpoint.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBBreakpointLocation.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBBroadcaster.cpp Remove LIBLLDB_LOG_VERBOSE category 2017-02-05 00:44:54 +00:00
SBCommandInterpreter.cpp Make CommandObject help getters/setters use StringRef. 2016-11-12 20:41:02 +00:00
SBCommandReturnObject.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBCommunication.cpp Introduce chrono to the Communication class 2016-11-25 11:58:44 +00:00
SBCompileUnit.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBData.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBDebugger.cpp Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
SBDeclaration.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBError.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBEvent.cpp Remove LIBLLDB_LOG_VERBOSE category 2017-02-05 00:44:54 +00:00
SBExecutionContext.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBExpressionOptions.cpp Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
SBFileSpec.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBFileSpecList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBFrame.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBFunction.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBHostOS.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBInstruction.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBInstructionList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBLanguageRuntime.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
SBLaunchInfo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBLineEntry.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBListener.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBMemoryRegionInfo.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBMemoryRegionInfoList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBModule.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBModuleSpec.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBPlatform.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBProcess.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBQueue.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBQueueItem.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBSection.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBSourceManager.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBStream.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBStringList.cpp Add some more tests for breakpoint serialization. 2016-09-20 22:54:49 +00:00
SBStructuredData.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBSymbol.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBSymbolContext.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBSymbolContextList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTarget.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBThread.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBThreadCollection.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBThreadPlan.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBType.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBTypeCategory.cpp Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +00:00
SBTypeEnumMember.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBTypeFilter.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTypeFormat.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTypeNameSpecifier.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTypeSummary.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTypeSynthetic.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBUnixSignals.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBValue.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBValueList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBVariablesOptions.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBWatchpoint.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SystemInitializerFull.cpp Fix build for mingw. 2016-12-15 15:00:41 +00:00
liblldb-private.exports Limit LLDB_EXPORT_ALL_SYMBOLS to lldb symbols 2016-10-29 00:29:15 +00:00
liblldb.exports Fix OSX cmake build 2016-02-18 17:01:40 +00:00
liblldb.xcode.exports Only export public symbols with the cmake build. 2015-09-04 00:00:41 +00:00