projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed99a96
)
[ELF] Delete extra line. NFC
author
Simon Atanasyan
<simon@atanasyan.com>
Mon, 25 Apr 2016 10:18:48 +0000
(10:18 +0000)
committer
Simon Atanasyan
<simon@atanasyan.com>
Mon, 25 Apr 2016 10:18:48 +0000
(10:18 +0000)
llvm-svn: 267391
lld/ELF/Writer.cpp
patch
|
blob
|
history
diff --git
a/lld/ELF/Writer.cpp
b/lld/ELF/Writer.cpp
index
0f82ef6
..
c1d191c
100644
(file)
--- a/
lld/ELF/Writer.cpp
+++ b/
lld/ELF/Writer.cpp
@@
-516,7
+516,6
@@
void Writer<ELFT>::scanRelocs(InputSectionBase<ELFT> &C, ArrayRef<RelTy> Rels) {
if (Offset == (uintX_t)-1)
continue;
-
// Set "used" bit for --as-needed.
if (OrigBody.isUndefined() && !OrigBody.isWeak())
if (auto *S = dyn_cast<SharedSymbol<ELFT>>(&Body))