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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 10 00:53:16 PDT 2022


nikic added a comment.

> 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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133405



More information about the llvm-commits mailing list