[PATCH] D112620: [gn build] Add lldb to default target on Windows
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 27 06:36:01 PDT 2021
thakis created this revision.
thakis added a reviewer: hans.
thakis requested review of this revision.
Herald added a project: LLVM.
It seems to build fine (even though some tests fail), so might
as well let the bots build it. If it turns out to break a lot,
we can always turn it back off.
https://reviews.llvm.org/D112620
Files:
llvm/utils/gn/secondary/BUILD.gn
Index: llvm/utils/gn/secondary/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/BUILD.gn
+++ llvm/utils/gn/secondary/BUILD.gn
@@ -12,6 +12,7 @@
"//compiler-rt/include",
"//compiler-rt/lib/scudo",
"//lld/test",
+ "//lldb/test",
"//llvm/test",
]
if (current_os == "linux") {
@@ -20,9 +21,6 @@
"//libcxxabi",
]
}
- if (current_os == "linux" || current_os == "mac") {
- deps += [ "//lldb/test" ]
- }
if (current_os == "linux" || current_os == "android") {
deps += [ "//compiler-rt/test/hwasan" ]
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112620.382647.patch
Type: text/x-patch
Size: 610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211027/5a752d2f/attachment.bin>
More information about the llvm-commits
mailing list