Skip to content

Commit 6d8d7a3

Browse files
committed
[gn] disable building libc++ shared lib
It's currently broken by #91651. Stop buildling libcxx src files until that is sorted out.
1 parent 1fe64fe commit 6d8d7a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/utils/gn/secondary/BUILD.gn

+2-1
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)