[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. llvm-svn: 241945
Loading
Please sign in to comment
Integral class statics are handled oddly in MSVC, we don't need them in this case, use an enum instead. llvm-svn: 241945