summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Config.h')
-rw-r--r--lld/ELF/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h
index f1ccdf301d1..0fa8d20adaa 100644
--- a/lld/ELF/Config.h
+++ b/lld/ELF/Config.h
@@ -18,7 +18,7 @@ namespace lld {
namespace elf2 {
struct Configuration {
- llvm::StringRef OutputFile;
+ llvm::StringRef OutputFile = "a.out";
llvm::StringRef DynamicLinker;
std::string RPath;
std::vector<llvm::StringRef> InputSearchPaths;
OpenPOWER on IntegriCloud