Workaround what I believe is an MSVC bug where it emits a definition for a
authorDaniel Dunbar <daniel@zuster.org>
Tue, 22 Sep 2009 03:34:40 +0000 (03:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 22 Sep 2009 03:34:40 +0000 (03:34 +0000)
commit77696bebbcb011be861571b105193fc53614c153
tree47e40900836f93a4b6192e5a2c9d47d160e001cf
parent48a097bfb6b2ab1ed67d2341a5b51c5d2b61af5b
Workaround what I believe is an MSVC bug where it emits a definition for a
static const class member into each translation unit, with external linkage???
 - If someone understands this issue better, please clue me in, I haven't
   consulted the standard yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82516 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/StringRef.cpp