Marshall Clow via llvm-dev
2019-Feb-11 16:08 UTC
[llvm-dev] [cfe-dev] [8.0.0 Release] rc2 has been tagged
On Fri, Feb 8, 2019 at 9:53 AM Paweł Sikora via cfe-dev < cfe-dev at lists.llvm.org> wrote:> ----- Oryginalna wiadomość ----- > > Dear testers, > > > > 8.0.0-rc2 has been tagged from the release_80 branch at r353413. > > Hi, > > i've noticed a compile error with rc2 and libc++ (release_80 @svn). looks > similar to https://bugs.llvm.org/show_bug.cgi?id=40559 > > > (...)/clang++ -fPIC -target x86_64-linux-gnu --sysroot=(...) -march=x86-64 > -fuse-ld=lld -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR > -D_LIBCPP_ENABLE_CXX17_REMOVED_BINDERS -stdlib=libc++ -std=gnu++1z > -flto=thin > (...) > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/string:500: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/string_view:176: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/__string:56: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/algorithm:640: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/initializer_list:47: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/cstddef:110: > > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/type_traits:740:56: > error: _Float16 is not supported on this target > template <> struct __libcpp_is_floating_point<_Float16> : > public true_type {}; >This is quite odd, because libc++ trunk has no mentions of `_Float16`, and I see none here: https://llvm.org/svn/llvm-project/libcxx/branches/release_80/include/type_traits -- Marshall -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190211/13abba57/attachment.html>
Paweł Sikora via llvm-dev
2019-Feb-11 16:33 UTC
[llvm-dev] [cfe-dev] [8.0.0 Release] rc2 has been tagged
----- Oryginalna wiadomość -----> On Fri, Feb 8, 2019 at 9:53 AM Paweł Sikora via cfe-dev < > cfe-dev at lists.llvm.org > wrote:> > ----- Oryginalna wiadomość ----- > > > > Dear testers, > > > > > > > > 8.0.0-rc2 has been tagged from the release_80 branch at r353413. >> > Hi, > > > i've noticed a compile error with rc2 and libc++ (release_80 @svn). looks > > similar to https://bugs.llvm.org/show_bug.cgi?id=40559 > > > (...) > > > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/type_traits:740:56: > > error: > > _Float16 is not supported on this target > > > template <> struct __libcpp_is_floating_point<_Float16> : public true_type > > {}; >> This is quite odd, because libc++ trunk has no mentions of `_Float16`, and I > see none here: > https://llvm.org/svn/llvm-project/libcxx/branches/release_80/include/type_traitsoh, my fault, these headers were from release_70 branch. the 8.0rc2 works fine, sorry for the noise. regards, pawel. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190211/d0ddaa69/attachment.html>
Diana Picus via llvm-dev
2019-Feb-12 09:51 UTC
[llvm-dev] [cfe-dev] [8.0.0 Release] rc2 has been tagged
Uploaded ARM & AArch64: 9432315fe814e5edc667467bc1b3ce4817084edc clang+llvm-8.0.0-rc2-aarch64-linux-gnu.tar.xz fb7f587de673837c82da47209ec9d9ed72f9b27f clang+llvm-8.0.0-rc2-armv7a-linux-gnueabihf.tar.xz Same as before, ARM looks fine but we have a MSan failure on AArch64 (I haven't yet managed to reproduce it outside Jenkins though, I'll try harder). Cheers, Diana On Mon, 11 Feb 2019 at 17:34, Paweł Sikora via cfe-dev <cfe-dev at lists.llvm.org> wrote:> > ________________________________ > > > On Fri, Feb 8, 2019 at 9:53 AM Paweł Sikora via cfe-dev <cfe-dev at lists.llvm.org> wrote: >> >> ----- Oryginalna wiadomość ----- >> > Dear testers, >> > >> > 8.0.0-rc2 has been tagged from the release_80 branch at r353413. >> >> Hi, >> i've noticed a compile error with rc2 and libc++ (release_80 @svn). looks similar to https://bugs.llvm.org/show_bug.cgi?id=40559 >> (...) >> (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/type_traits:740:56: error: _Float16 is not supported on this target >> template <> struct __libcpp_is_floating_point<_Float16> : public true_type {}; > > > This is quite odd, because libc++ trunk has no mentions of `_Float16`, and I see none here: > https://llvm.org/svn/llvm-project/libcxx/branches/release_80/include/type_traits > > oh, my fault, these headers were from release_70 branch. the 8.0rc2 works fine, sorry for the noise. > > regards, > pawel. > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev