Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
lldb
/
source
/
Plugins
/
ABI
/
Hexagon
/
CMakeLists.txt
blob: 2bfc08d62a88727f337f65e9b212f10526c04e17 [
file
] [
log
] [
blame
]
add_lldb_library(lldbPluginABIHexagon PLUGIN
ABISysV_hexagon.cpp
LINK_LIBS
lldbCore
lldbSymbol
lldbTarget
lldbValueObject
LINK_COMPONENTS
Support
TargetParser
)