summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-10-20 08:36:42 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-10-20 08:36:42 +0000
commita4c7e74d4b54855d2195fcf07e178eee5cb7cc1e (patch)
tree2eafce5ff4cc692d28b96c0ff738f60ea6b10243 /lld/ELF/InputFiles.cpp
parent8010b631d5888ba8e2351d14f41fac08c7539117 (diff)
downloadbcm5719-llvm-a4c7e74d4b54855d2195fcf07e178eee5cb7cc1e.tar.gz
bcm5719-llvm-a4c7e74d4b54855d2195fcf07e178eee5cb7cc1e.zip
[ELF] - Applied clang format. NFC.
llvm-svn: 284705
Diffstat (limited to 'lld/ELF/InputFiles.cpp')
-rw-r--r--lld/ELF/InputFiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp
index 54f3a2faf76..154f792e564 100644
--- a/lld/ELF/InputFiles.cpp
+++ b/lld/ELF/InputFiles.cpp
@@ -718,7 +718,7 @@ static Symbol *createBitcodeSymbol(DenseSet<StringRef> &KeptComdats,
if (!Keep)
return Symtab<ELFT>::X->addUndefined(NameRef, Binding, Visibility, Type,
CanOmitFromDynSym, F);
-}
+ }
if (Flags & BasicSymbolRef::SF_Undefined)
return Symtab<ELFT>::X->addUndefined(NameRef, Binding, Visibility, Type,
OpenPOWER on IntegriCloud