[XRay] Use `const` instead of `constexpr` in storage declaration
authorDean Michael Berris <dberris@google.com>
Wed, 5 Sep 2018 15:19:43 +0000 (15:19 +0000)
committerDean Michael Berris <dberris@google.com>
Wed, 5 Sep 2018 15:19:43 +0000 (15:19 +0000)
commit96ff6d8772ebe768c04e7c56855190c57e27ffd6
treec5de557bfd5be2a442cd731e18f9a9b5013f59df
parentd485df17d582f5134a5cfd3e13f4d02b4b7182bd
[XRay] Use `const` instead of `constexpr` in storage declaration

This should make MSVC happy with the storage provided for static
constexpr character arrays out-of-line.

Follow-up to D51672.

llvm-svn: 341477
llvm/unittests/XRay/FDRRecordPrinterTest.cpp