Revert "[gn build] Add a file that should have been in cfe02847496b856aa"

This reverts commit 6be7f5c354.
We'll need this file eventually, but it in fact shouldn't have been in
cfe0284749. It's currently unreferenced.
This commit is contained in:
Nico Weber 2021-09-07 17:01:48 -04:00
parent d4071b2777
commit b32506cb86
1 changed files with 0 additions and 14 deletions

View File

@ -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" ]
}