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

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 14:04:13 PDT 2021


Author: Nico Weber
Date: 2021-09-07T17:01:48-04:00
New Revision: b32506cb869f67298117b2e34cc4dd5cfeeec808

URL: https://github.com/llvm/llvm-project/commit/b32506cb869f67298117b2e34cc4dd5cfeeec808
DIFF: https://github.com/llvm/llvm-project/commit/b32506cb869f67298117b2e34cc4dd5cfeeec808.diff

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

This reverts commit 6be7f5c354557b661494f94be616d2a8c91a6a1d.
We'll need this file eventually, but it in fact shouldn't have been in
cfe02847496b856aa. It's currently unreferenced.

Added: 
    

Modified: 
    

Removed: 
    llvm/utils/gn/secondary/lldb/source/Plugins/Architecture/Arm/BUILD.gn


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Plugins/Architecture/Arm/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Plugins/Architecture/Arm/BUILD.gn
deleted file mode 100644
index aeb2713cc3c2..000000000000
--- a/llvm/utils/gn/secondary/lldb/source/Plugins/Architecture/Arm/BUILD.gn
+++ /dev/null
@@ -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" ]
-}


        


More information about the llvm-commits mailing list