mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 08:51:43 +00:00
[llvm-objcopy] Adjust the code for the old versions of msvc
Follow-up for r330685. llvm-svn: 330686
This commit is contained in:
parent
c9587757a5
commit
b6a0944a41
@ -58,7 +58,7 @@ enum ID {
|
||||
#include "Opts.inc"
|
||||
#undef PREFIX
|
||||
|
||||
static constexpr opt::OptTable::Info ObjcopyInfoTable[] = {
|
||||
static const opt::OptTable::Info ObjcopyInfoTable[] = {
|
||||
#define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
|
||||
HELPTEXT, METAVAR, VALUES) \
|
||||
{PREFIX, NAME, HELPTEXT, \
|
||||
|
Loading…
Reference in New Issue
Block a user