Skip to content

Commit

Permalink
[gn build] Add lldb to default target on Windows
Browse files Browse the repository at this point in the history
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.

Differential Revision: https://reviews.llvm.org/D112620
  • Loading branch information
nico committed Oct 27, 2021
1 parent c99fdd4 commit 0d13c59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions llvm/utils/gn/secondary/BUILD.gn
Expand Up @@ -12,6 +12,7 @@ group("default") {
"//compiler-rt/include",
"//compiler-rt/lib/scudo",
"//lld/test",
"//lldb/test",
"//llvm/test",
]
if (current_os == "linux") {
Expand All @@ -20,9 +21,6 @@ group("default") {
"//libcxxabi",
]
}
if (current_os == "linux" || current_os == "mac") {
deps += [ "//lldb/test" ]
}
if (current_os == "linux" || current_os == "android") {
deps += [ "//compiler-rt/test/hwasan" ]
}
Expand Down

0 comments on commit 0d13c59

Please sign in to comment.