Skip to content

Commit 9b92ee1

Browse files
nicoNoumanAmir657
authored andcommitted
[gn] disable building libc++ shared lib
It's currently broken by llvm#91651. Stop buildling libcxx src files until that is sorted out.
1 parent 6627c92 commit 9b92ee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/utils/gn/secondary/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ group("default") {
1515
"//lldb/test",
1616
"//llvm/test",
1717
]
18-
if (current_os == "linux") {
18+
# FIXME: Reenable once libc hand-in-hand is figured out.
19+
if (false && current_os == "linux") {
1920
deps += [
2021
"//libcxx",
2122
"//libcxxabi",

0 commit comments

Comments
 (0)