diff options
Diffstat (limited to 'lld/ELF/Config.h')
| -rw-r--r-- | lld/ELF/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index 36f9efc9762..2cd9510dd6b 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -91,7 +91,7 @@ struct Configuration { uint16_t EMachine = llvm::ELF::EM_NONE; uint64_t EntryAddr = -1; unsigned LtoO; - std::vector<const char *> MLlvm = {"lld (LLVM option parsing)"}; + std::vector<const char *> MLlvm; unsigned Optimize; }; |

