forked from OSchip/llvm-project
Revert "[gn build] Add a file that should have been in cfe02847496b856aa"
This reverts commit6be7f5c354
. We'll need this file eventually, but it in fact shouldn't have been incfe0284749
. It's currently unreferenced.
This commit is contained in:
parent
d4071b2777
commit
b32506cb86
|
@ -1,14 +0,0 @@
|
|||
static_library("Arm") {
|
||||
output_name = "lldbPluginArchitectureArm"
|
||||
configs += [ "//llvm/utils/gn/build:lldb_code" ]
|
||||
deps = [
|
||||
"//lldb/source/Core",
|
||||
"//lldb/source/Target",
|
||||
"//lldb/source/Utility",
|
||||
"//lldb/source/Plugins/Process/Utility",
|
||||
"//llvm/lib/Support",
|
||||
]
|
||||
# Uses source-relative paths for own includes.
|
||||
include_dirs = [ "//lldb/source" ]
|
||||
sources = [ "ArchitectureArm.cpp" ]
|
||||
}
|
Loading…
Reference in New Issue