r290080 - [c++1z] P0195R2: Support pack-expansion of using-declarations.
Renato Golin via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 19 05:07:02 PST 2016
On 19 December 2016 at 12:39, Daniel Jasper <djasper at google.com> wrote:
> Oh, I completely understand, I am doing the same here :)
Btw, this also happened:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost/builds/582
It seems Clang lost the ability to find the libstdc++:
CMake Error at cmake/modules/CheckCompilerVersion.cmake:38 (message):
Host Clang must be able to find libstdc++4.8 or newer!
Your revert did fix the issue:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost/builds/587
So when this comes back, it needs to also fix this problem.
cheers,
--renato
More information about the cfe-commits
mailing list