Skip to content

Commit

Permalink
[gn] port c3a302d (SymbolLocator)
Browse files Browse the repository at this point in the history
This isn't referenced from anything yet, so no effect.
(It's not referenced yet in CMake either from what I can tell.)
  • Loading branch information
nico committed Nov 5, 2023
1 parent 6d95c8c commit 7c1ad51
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
static_library("DebugSymbols") {
output_name = "lldbPluginSymbolLocatorDebugSymbols "
configs += [ "//llvm/utils/gn/build:lldb_code" ]
deps = [
"//lldb/source/Core",
"//lldb/source/Host",
"//lldb/source/Symbol",
]

sources = [ "SymbolLocatorDebugSymbols.cpp" ]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
static_library("DebugSymbols") {
output_name = "lldbPluginSymbolLocatorDefault "
configs += [ "//llvm/utils/gn/build:lldb_code" ]
deps = [
"//lldb/source/Core",
"//lldb/source/Host",
"//lldb/source/Symbol",
]

sources = [ "SymbolLocatorDefault.cpp" ]
}

0 comments on commit 7c1ad51

Please sign in to comment.