Add MSP430 to the list of available targets, implement MSP430 ABI, add support for debugging targets with 16-bit address size. The update is intended for use with MSPDebug, a GDB server implementation for MSP430. Reviewed By: bulbazord, DavidSpickett Differential Revision: https://reviews.llvm.org/D146965
13 lines
173 B
CMake
13 lines
173 B
CMake
add_lldb_library(lldbPluginABIMSP430 PLUGIN
|
|
ABISysV_msp430.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbSymbol
|
|
lldbTarget
|
|
LINK_COMPONENTS
|
|
Support
|
|
TargetParser
|
|
)
|
|
|