[MC] Switch static const to an enum to silence MSVC linker warnings
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 10 Jul 2015 21:50:04 +0000 (21:50 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 10 Jul 2015 21:50:04 +0000 (21:50 +0000)
commit7ebb7ed7d0954bf7d82bf3fd60b8988d8929f42f
treed6f005d367e6930e4c3a4f5d323f7d7b76c4cc0f
parent61b8d4a9df1c927d2c021f7a42e6f60c96474eab
[MC] Switch static const to an enum to silence MSVC linker warnings

Integral class statics are handled oddly in MSVC, we don't need them in
this case, use an enum instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241945 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSymbol.h
lib/MC/MCSymbol.cpp