diff options
author | Davide Italiano <davide@freebsd.org> | 2015-04-10 01:40:25 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2015-04-10 01:40:25 +0000 |
commit | b63c9c32dcad16252c37f149340e35009b845773 (patch) | |
tree | 13a120732ec026dfb0f0fd2e0aff4559ddfcde8b /lld/lib/Core/LinkingContext.cpp | |
parent | ab5d90568e8b65b0099bf99a7840fa03ee977f20 (diff) | |
download | bcm5719-llvm-b63c9c32dcad16252c37f149340e35009b845773.tar.gz bcm5719-llvm-b63c9c32dcad16252c37f149340e35009b845773.zip |
Reapply r234378, with test fixed (by emaste).
Hopefully this time the build won't be broken.
llvm-svn: 234553
Diffstat (limited to 'lld/lib/Core/LinkingContext.cpp')
-rw-r--r-- | lld/lib/Core/LinkingContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Core/LinkingContext.cpp b/lld/lib/Core/LinkingContext.cpp index 30eda6bb346..cbcf25c17df 100644 --- a/lld/lib/Core/LinkingContext.cpp +++ b/lld/lib/Core/LinkingContext.cpp @@ -24,7 +24,7 @@ LinkingContext::LinkingContext() _warnIfCoalesableAtomsHaveDifferentCanBeNull(false), _warnIfCoalesableAtomsHaveDifferentLoadName(false), _printRemainingUndefines(true), _allowRemainingUndefines(false), - _logInputFiles(false), _allowShlibUndefines(false), + _logInputFiles(false), _allowShlibUndefines(true), _outputFileType(OutputFileType::Default), _nextOrdinal(0) {} LinkingContext::~LinkingContext() {} |