mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
remove a dead call.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94297 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b46f433e0
commit
74670b26fc
@ -703,10 +703,6 @@ bool ELFWriter::doFinalization(Module &M) {
|
||||
I != E; ++I)
|
||||
SymbolList.push_back(ELFSym::getExtSym(*I));
|
||||
|
||||
// Emit non-executable stack note
|
||||
if (MAI->getNonexecutableStackDirective())
|
||||
getNonExecStackSection();
|
||||
|
||||
// Emit a symbol for each section created until now, skip null section
|
||||
for (unsigned i = 1, e = SectionList.size(); i < e; ++i) {
|
||||
ELFSection &ES = *SectionList[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user