[PATCH] D54472: Disable invalid isPodLike<> specialization

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 02:08:55 PST 2018


serge-sans-paille added a comment.

> Maybe using the correct definition of "trivially copyable" will fix the gcc issues with Optional, if we're lucky. I guess we can try.

I've tested building LLVM + clang and running tests using clang built on top of this patch with gcc 4.8  and I don't have any failure, so I'd say it should work. I will likely split this commit in two, so that the optional stuff can be reverted without affecting the whole ``isPodLike`` rewrite.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54472/new/

https://reviews.llvm.org/D54472





More information about the llvm-commits mailing list