[llvm] 95375ff - [gn] minor cleanup after 33a55c3d8c73

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 10:34:31 PDT 2023


Author: Nico Weber
Date: 2023-03-14T18:34:25+01:00
New Revision: 95375ffa0b45c00e41fa561b9eef5eb8e09ff7ab

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

LOG: [gn] minor cleanup after 33a55c3d8c73

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Placeholder/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Placeholder/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Placeholder/BUILD.gn
index bf13b3e1a295..60d42c4c7297 100644
--- a/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Placeholder/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Placeholder/BUILD.gn
@@ -9,10 +9,5 @@ static_library("Placeholder") {
     "//llvm/lib/Support",
     "//llvm/lib/TargetParser",
   ]
-
-  # Reaches into Plugins/Process/Utility.
-##include_dirs = [ "//lldb/source" ]
-  sources = [
-    "ObjectFilePlaceholder.cpp",
-  ]
+  sources = [ "ObjectFilePlaceholder.cpp" ]
 }


        


More information about the llvm-commits mailing list