diff options
| author | George Rimar <grimar@accesssoftek.com> | 2016-10-20 08:36:42 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2016-10-20 08:36:42 +0000 |
| commit | a4c7e74d4b54855d2195fcf07e178eee5cb7cc1e (patch) | |
| tree | 2eafce5ff4cc692d28b96c0ff738f60ea6b10243 /lld/ELF/InputFiles.cpp | |
| parent | 8010b631d5888ba8e2351d14f41fac08c7539117 (diff) | |
| download | bcm5719-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.cpp | 2 |
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, |

