diff options
Diffstat (limited to 'lld/ELF/Config.h')
| -rw-r--r-- | lld/ELF/Config.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index ff18e6b1cee..36f9efc9762 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -91,6 +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)"};    unsigned Optimize;  };  | 

