OSDN Git Service

Remove the is_trivially_copyable check entirely.
authorZachary Turner <zturner@google.com>
Sat, 18 Feb 2017 01:51:00 +0000 (01:51 +0000)
committerZachary Turner <zturner@google.com>
Sat, 18 Feb 2017 01:51:00 +0000 (01:51 +0000)
commit47c9a8fc0d294fafebdd5e550a5e23da2be3c3a5
tree45c9351468b2b7c49fe8d39a980d5f19735eab11
parenta0a840a4318e042af853bfe92e601ce3a18af9f0
Remove the is_trivially_copyable check entirely.

This is still breaking builds because some compilers think
this type is not trivially copyable even when it should be.

Reverting this static_assert until I have time to investigate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295529 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/MSF/StreamReader.h
include/llvm/DebugInfo/MSF/StreamWriter.h