[llvm] d5166f8 - [gn build] Try to fix mac/arm build after cfe02847496b856aa
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 12:47:25 PDT 2021
Author: Nico Weber
Date: 2021-09-07T15:46:55-04:00
New Revision: d5166f86a33d718437a1f1d75a9d0efbe5f36e1f
URL: https://github.com/llvm/llvm-project/commit/d5166f86a33d718437a1f1d75a9d0efbe5f36e1f
DIFF: https://github.com/llvm/llvm-project/commit/d5166f86a33d718437a1f1d75a9d0efbe5f36e1f.diff
LOG: [gn build] Try to fix mac/arm build after cfe02847496b856aa
Added:
Modified:
llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn b/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn
index 1c5be96ea618..6ed291f4dd71 100644
--- a/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn
@@ -18,7 +18,7 @@ executable("lldb-server") {
"//lldb/source/Host",
"//lldb/source/Initialization",
- #"//lldb/source/Plugins/Instruction/ARM", # XXX
+ "//lldb/source/Plugins/Instruction/ARM",
#"//lldb/source/Plugins/Instruction/MIPS", # XXX
#"//lldb/source/Plugins/Instruction/MIPS64", # XXX
"//llvm/lib/Option",
More information about the llvm-commits
mailing list