You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1345 ran into a number of problems building on RHEL5. The endgame seems to involve ripping out various uses of iostreams from librt and librustllvm (possibly llvm itself). Unclear how much work is involved here.
There may be other "next" problems on RHEL5 after this is fixed. Go step by step, file followup bugs as you find more problems.
The text was updated successfully, but these errors were encountered:
@bstrie: I don't think so, the problem appears to be LLVM.
I don't think it makes sense to attempt this because these patches are unlikely to ever be accepted upstream, so we would never be able to use the system LLVM.
LLVM is headed towards switching to C++11, so it would involve a major fork of the project. LLD is already written using C++11 and I think we'll want to be start using it eventually.
Closing in favor of #10469. I don't think that we'll ever drop the libstdc++ dependency for LLVM, but we should definitely be able to drop it for libstd (tracked in the linked issue).
#1345 ran into a number of problems building on RHEL5. The endgame seems to involve ripping out various uses of iostreams from librt and librustllvm (possibly llvm itself). Unclear how much work is involved here.
There may be other "next" problems on RHEL5 after this is fixed. Go step by step, file followup bugs as you find more problems.
The text was updated successfully, but these errors were encountered: