1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/BinaryFormat
Pavel Labath dabfe7703e Fix build broken by r328090
- constexpr is needed for out-of-class definition of the Type static
  member by some compilers
- MSVC is confused by the initialization of the static constexpr char[]
  member when it happens in a template specialization. Explicitly
  specifying the length of the array seems to be enough to help it
  figure things out.

llvm-svn: 328093
2018-03-21 12:18:03 +00:00
..
CMakeLists.txt
Dwarf.cpp Fix build broken by r328090 2018-03-21 12:18:03 +00:00
LLVMBuild.txt
Magic.cpp Fix detection of COFF executable files. 2018-03-08 19:45:20 +00:00