[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:40:08 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0d13c595fc38: [gn build] Add lldb to default target on Windows (authored by thakis).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112620/new/
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.382650.patch
Type: text/x-patch
Size: 610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211027/6aba6589/attachment.bin>
More information about the llvm-commits
mailing list