[llvm] 68343d7 - Revert "[gn] port enough of 2914a4b88837 (lldb Interfaces)"

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 06:48:42 PDT 2024


Author: Nico Weber
Date: 2024-07-26T09:48:20-04:00
New Revision: 68343d793a089e28f3215c3eaa7e4170442a06f8

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

LOG: Revert "[gn] port enough of 2914a4b88837 (lldb Interfaces)"

This reverts commit 08b3556c2ff8948932bcbbc77781fe41388e4e63.
2914a4b88837 got reverted in e8504cb0c933

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Interpreter/BUILD.gn

Removed: 
    llvm/utils/gn/secondary/lldb/source/Interpreter/Interfaces/BUILD.gn


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Interpreter/BUILD.gn
index c6c6ef994c28d..7825396b402d5 100644
--- a/llvm/utils/gn/secondary/lldb/source/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Interpreter/BUILD.gn
@@ -15,7 +15,6 @@ static_library("Interpreter") {
   deps = [
     ":InterpreterProperties",
     ":InterpreterPropertiesEnum",
-    "Interfaces",
     "//lldb/source/Commands",
     "//lldb/source/Core",
     "//lldb/source/DataFormatters",

diff  --git a/llvm/utils/gn/secondary/lldb/source/Interpreter/Interfaces/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Interpreter/Interfaces/BUILD.gn
deleted file mode 100644
index 2e70c54ea9564..0000000000000
--- a/llvm/utils/gn/secondary/lldb/source/Interpreter/Interfaces/BUILD.gn
+++ /dev/null
@@ -1,9 +0,0 @@
-static_library("Interfaces") {
-  output_name = "lldbInterpreterInterfaces"
-  configs += [ "//llvm/utils/gn/build:lldb_code" ]
-  deps = [
-    "//lldb/source/Utility",
-    "//llvm/lib/Support",
-  ]
-  sources = [ "ScriptedInterfaceUsages.cpp" ]
-}


        


More information about the llvm-commits mailing list