[PATCH] D22797: Fix for compiling with clang <= 3.7 and g++6 headers.
Frederich Munch via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 17:45:12 PDT 2016
marsupial added a comment.
The problem is either libstd++ tuple or clang's parsing of it. The second or third comment in this thread is the output log.
The result is someone on clang-3.7 and gcc6 has no way to upgrade their install.
In particular I need to compile LLVM/clang for their libraries not clang itself and it is not possible to do so currently.
Repository:
rL LLVM
https://reviews.llvm.org/D22797
More information about the llvm-commits
mailing list