[llvm] 6be7f5c - [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 12:37:33 PDT 2021


Author: Nico Weber
Date: 2021-09-07T15:37:24-04:00
New Revision: 6be7f5c354557b661494f94be616d2a8c91a6a1d

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

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

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

Modified: 
    

Removed: 
    


################################################################################
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
new file mode 100644
index 000000000000..aeb2713cc3c2
--- /dev/null
+++ b/llvm/utils/gn/secondary/lldb/source/Plugins/Architecture/Arm/BUILD.gn
@@ -0,0 +1,14 @@
+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