[PATCH] D133405: [Linux] Hack around Linux/sparc <bits/stdio-ldbl.h>

John Paul Adrian Glaubitz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 10 02:49:05 PDT 2022


glaubitz added a comment.

In D133405#3782092 <https://reviews.llvm.org/D133405#3782092>, @nikic wrote:

>> I've been using this hack to work around the Linux/sparc64 compile failure described in Issue #47994, especially since the underlying glibc PR build/27558 doesn't seem to be making progress and some fix is required to have LLVM build on sparc64-unknown-linux-gnu at all, as evidenced on the buildbot.
>
> Didn't this already get fixed by https://github.com/bminor/glibc/commit/d0fa09a7701956036ff36f8ca188e9fff81553d8 upstream? There was also a later fix for the wchar.h header.

Seems it has only been fixed for some headers, see: https://sourceware.org/bugzilla/show_bug.cgi?id=27087


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133405/new/

https://reviews.llvm.org/D133405



More information about the cfe-commits mailing list