]> granicus.if.org Git - llvm/commit
Move constexpr arrays out of class definition.
authorZachary Turner <zturner@google.com>
Wed, 1 Mar 2017 01:17:31 +0000 (01:17 +0000)
committerZachary Turner <zturner@google.com>
Wed, 1 Mar 2017 01:17:31 +0000 (01:17 +0000)
commit22de43b01eaad7803de32161be2b1ae9aed5811a
treea4e3067861b1c8479722dc9a4da66a6ffee49e99
parentca953345f8fdde95f08cd0438cd5d5ec62eb725c
Move constexpr arrays out of class definition.

GCC Linker doesn't seem to like this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296560 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/DebugInfo/PDB/BinaryStreamTest.cpp