Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
lldb
/
source
/
Plugins
/
ABI
/
LoongArch
/
CMakeLists.txt
blob: 11ac433f8600309b713d3f70c090b36628087401 [
file
] [
log
] [
blame
]
add_lldb_library(lldbPluginABILoongArch PLUGIN
ABISysV_loongarch.cpp
LINK_LIBS
lldbCore
lldbSymbol
lldbTarget
lldbPluginProcessUtility
LINK_COMPONENTS
Support
TargetParser
)