forked from OSchip/llvm-project
51 lines
967 B
CMake
51 lines
967 B
CMake
|
set(LLVM_NO_RTTI 1)
|
||
|
|
||
|
add_lldb_library(lldbAPI
|
||
|
SBAddress.cpp
|
||
|
SBBlock.cpp
|
||
|
SBBreakpoint.cpp
|
||
|
SBBreakpointLocation.cpp
|
||
|
SBBroadcaster.cpp
|
||
|
SBCommandInterpreter.cpp
|
||
|
SBCommandReturnObject.cpp
|
||
|
SBCommunication.cpp
|
||
|
SBCompileUnit.cpp
|
||
|
SBData.cpp
|
||
|
SBDebugger.cpp
|
||
|
SBDeclaration.cpp
|
||
|
SBError.cpp
|
||
|
SBEvent.cpp
|
||
|
SBExpressionOptions.cpp
|
||
|
SBFileSpec.cpp
|
||
|
SBFileSpecList.cpp
|
||
|
SBFrame.cpp
|
||
|
SBFunction.cpp
|
||
|
SBHostOS.cpp
|
||
|
SBInputReader.cpp
|
||
|
SBInstruction.cpp
|
||
|
SBInstructionList.cpp
|
||
|
SBLineEntry.cpp
|
||
|
SBListener.cpp
|
||
|
SBModule.cpp
|
||
|
SBProcess.cpp
|
||
|
SBSection.cpp
|
||
|
SBSourceManager.cpp
|
||
|
SBStream.cpp
|
||
|
SBStringList.cpp
|
||
|
SBSymbol.cpp
|
||
|
SBSymbolContext.cpp
|
||
|
SBSymbolContextList.cpp
|
||
|
SBTarget.cpp
|
||
|
SBThread.cpp
|
||
|
SBType.cpp
|
||
|
SBTypeCategory.cpp
|
||
|
SBTypeFilter.cpp
|
||
|
SBTypeFormat.cpp
|
||
|
SBTypeNameSpecifier.cpp
|
||
|
SBTypeSummary.cpp
|
||
|
SBTypeSynthetic.cpp
|
||
|
SBValue.cpp
|
||
|
SBValueList.cpp
|
||
|
SBWatchpoint.cpp
|
||
|
)
|