Skip to content

Commit

Permalink
[gn] disable building libc++ shared lib
Browse files Browse the repository at this point in the history
It's currently broken by llvm#91651. Stop buildling libcxx src files
until that is sorted out.
  • Loading branch information
nico committed Oct 24, 2024
1 parent 1fe64fe commit 6d8d7a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/utils/gn/secondary/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ group("default") {
"//lldb/test",
"//llvm/test",
]
if (current_os == "linux") {
# FIXME: Reenable once libc hand-in-hand is figured out.
if (false && current_os == "linux") {
deps += [
"//libcxx",
"//libcxxabi",
Expand Down

0 comments on commit 6d8d7a3

Please sign in to comment.