diff options
| author | George Rimar <grimar@accesssoftek.com> | 2016-11-14 10:14:18 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2016-11-14 10:14:18 +0000 |
| commit | d8b27769c837a7775f2e3419516828692221392c (patch) | |
| tree | aba60ce74f794abc680b84867b7af079b2568498 /lld/ELF/DriverUtils.cpp | |
| parent | 0b2d374c0141e827172ca167b21068a84a2f7e62 (diff) | |
| download | bcm5719-llvm-d8b27769c837a7775f2e3419516828692221392c.tar.gz bcm5719-llvm-d8b27769c837a7775f2e3419516828692221392c.zip | |
[ELF] - format. NFC.
llvm-svn: 286805
Diffstat (limited to 'lld/ELF/DriverUtils.cpp')
| -rw-r--r-- | lld/ELF/DriverUtils.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lld/ELF/DriverUtils.cpp b/lld/ELF/DriverUtils.cpp index 952acc517ea..e2ee4693e8e 100644 --- a/lld/ELF/DriverUtils.cpp +++ b/lld/ELF/DriverUtils.cpp @@ -41,10 +41,8 @@ using namespace lld::elf; // Create table mapping all options defined in Options.td static const opt::OptTable::Info OptInfo[] = { #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X6, X7, X8, X9, X10) \ - { \ - X1, X2, X9, X10, OPT_##ID, opt::Option::KIND##Class, X8, X7, OPT_##GROUP, \ - OPT_##ALIAS, X6 \ - }, + {X1, X2, X9, X10, OPT_##ID, opt::Option::KIND##Class, \ + X8, X7, OPT_##GROUP, OPT_##ALIAS, X6}, #include "Options.inc" #undef OPTION }; |

