Fix debug build: static constexpr data member must have a definition (until C++17)

--

PiperOrigin-RevId: 248990338
This commit is contained in:
Mehdi Amini 2019-05-19 23:09:29 -07:00 committed by Mehdi Amini
parent 039800bfb6
commit 164c3c7ac5
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ struct ProducerGenerator {
UnknownLoc loc;
};
constexpr StringLiteral ProducerGenerator::kProducerName;
//===----------------------------------------------------------------------===//
// DialectConversionRewriter
//===----------------------------------------------------------------------===//