1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/unittests/Bitstream
Fangrui Song dffdc25f75 Use 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.
2020-12-02 09:58:07 -08:00
..
BitstreamReaderTest.cpp Use std::is_trivially_copyable 2020-12-02 09:58:07 -08:00
BitstreamWriterTest.cpp [Bitcode] Move Bitstream to a separate library 2019-07-03 22:40:07 +00:00
CMakeLists.txt