mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Simplify. NFC.
llvm-svn: 296620
This commit is contained in:
@@ -495,7 +495,7 @@ template <class ELFT> void LinkerScript<ELFT>::process(BaseCommand &Base) {
|
||||
|
||||
if (!IB->Live)
|
||||
continue;
|
||||
switchTo(IB->OutSec);
|
||||
assert(CurOutSec == IB->OutSec || AlreadyOutputOS.count(IB->OutSec));
|
||||
output(cast<InputSection>(IB));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user