Files
archived-llvm/lib/BinaryFormat
Pavel Labath 88eab22187 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328093 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-21 12:18:03 +00:00
..
2018-03-21 12:18:03 +00:00