[Bazel][lldb] Add PluginProcessWasm target.
This commit is contained in:
parent
4655907099
commit
f382b7f25c
@ -1001,6 +1001,7 @@ cc_binary(
|
|||||||
"//lldb/source/Plugins:PluginInstructionRISCV",
|
"//lldb/source/Plugins:PluginInstructionRISCV",
|
||||||
"//lldb/source/Plugins:PluginObjCLanguage",
|
"//lldb/source/Plugins:PluginObjCLanguage",
|
||||||
"//lldb/source/Plugins:PluginProcessGDBRemote",
|
"//lldb/source/Plugins:PluginProcessGDBRemote",
|
||||||
|
"//lldb/source/Plugins:PluginProcessWasm",
|
||||||
"//lldb/source/Plugins:PluginSymbolFileDWARF",
|
"//lldb/source/Plugins:PluginSymbolFileDWARF",
|
||||||
"//lldb/source/Plugins:PluginSymbolFileNativePDB",
|
"//lldb/source/Plugins:PluginSymbolFileNativePDB",
|
||||||
"//lldb/source/Plugins:PluginSymbolFilePDB",
|
"//lldb/source/Plugins:PluginSymbolFilePDB",
|
||||||
|
@ -482,6 +482,22 @@ cc_library(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cc_library(
|
||||||
|
name = "PluginProcessWasm",
|
||||||
|
srcs = glob(["Process/wasm/*.cpp"]),
|
||||||
|
hdrs = glob(["Process/wasm/*.h"]),
|
||||||
|
includes = [".."],
|
||||||
|
deps = [
|
||||||
|
":PluginProcessGDBRemote",
|
||||||
|
"//lldb:CoreHeaders",
|
||||||
|
"//lldb:Headers",
|
||||||
|
"//lldb:TargetHeaders",
|
||||||
|
"//lldb:Utility",
|
||||||
|
"//lldb:UtilityPrivateHeaders",
|
||||||
|
"//llvm:Support",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "PluginObjectContainerMachOArchive",
|
name = "PluginObjectContainerMachOArchive",
|
||||||
srcs = glob(["ObjectContainer/Universal-Mach-O/*.cpp"]),
|
srcs = glob(["ObjectContainer/Universal-Mach-O/*.cpp"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user