mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-19 21:46:12 +00:00

GCC<5 did not support std::is_trivially_copyable. Now LLVM builds require 5.1 we can migrate to std::is_trivially_copyable.
GCC<5 did not support std::is_trivially_copyable. Now LLVM builds require 5.1 we can migrate to std::is_trivially_copyable.