Hi! Deprecated function ustat has been removed from upstream glibc. From NEWS file of glibc version 2.28: * The obsolete function ustat is no longer available to newly linked binaries; the headers <ustat.h> and <sys/ustat.h> have been removed. This function has been deprecated in favor of fstatfs and statfs. Please, remove all uses of ustat from compiler-rt. Thanks, Roman.
Fixed by compiler-rt revision 333213.
Seems like only LLBM mainline got fixed. Can this issue also get fixed in LLVM release_60 branch too. LLVM release_60 can not build on Fedora 29(rawhide) because of this issue.
Is it OK to merge the following revision(s) to the 6.0 branch? https://reviews.llvm.org/rL333213
*** Bug 37775 has been marked as a duplicate of this bug. ***
Hi Kostya, What do you think about merging https://reviews.llvm.org/rL333213 to the release_60 branch?
Merged: r334776