You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
912 B
53 lines
912 B
set(LLVM_OPTIONAL_SOURCES LocateSymbolFileMacOSX.cpp)
|
|
|
|
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
|
set(PLATFORM_SOURCES LocateSymbolFileMacOSX.cpp)
|
|
endif()
|
|
|
|
add_lldb_library(lldbSymbol
|
|
ArmUnwindInfo.cpp
|
|
Block.cpp
|
|
CompactUnwindInfo.cpp
|
|
CompileUnit.cpp
|
|
CompilerDecl.cpp
|
|
CompilerDeclContext.cpp
|
|
CompilerType.cpp
|
|
DWARFCallFrameInfo.cpp
|
|
DebugMacros.cpp
|
|
Declaration.cpp
|
|
DeclVendor.cpp
|
|
FuncUnwinders.cpp
|
|
Function.cpp
|
|
LineEntry.cpp
|
|
LineTable.cpp
|
|
LocateSymbolFile.cpp
|
|
ObjectFile.cpp
|
|
PostfixExpression.cpp
|
|
Symbol.cpp
|
|
SymbolContext.cpp
|
|
SymbolFile.cpp
|
|
SymbolVendor.cpp
|
|
Symtab.cpp
|
|
Type.cpp
|
|
TypeList.cpp
|
|
TypeMap.cpp
|
|
TypeSystem.cpp
|
|
UnwindPlan.cpp
|
|
UnwindTable.cpp
|
|
Variable.cpp
|
|
VariableList.cpp
|
|
|
|
${PLATFORM_SOURCES}
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbExpression
|
|
lldbHost
|
|
lldbTarget
|
|
lldbUtility
|
|
lldbPluginObjCLanguage
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|