mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Use existing variable. NFC.
llvm-svn: 290112
This commit is contained in:
@@ -156,7 +156,7 @@ static unsigned handleTlsRelocation(uint32_t Type, SymbolBody &Body,
|
||||
if (In<ELFT>::Got->addDynTlsEntry(Body)) {
|
||||
uintX_t Off = In<ELFT>::Got->getGlobalDynOffset(Body);
|
||||
In<ELFT>::RelaDyn->addReloc({Target->TlsDescRel, In<ELFT>::Got, Off,
|
||||
!Body.isPreemptible(), &Body, 0});
|
||||
!IsPreemptible, &Body, 0});
|
||||
}
|
||||
if (Expr != R_TLSDESC_CALL)
|
||||
C.Relocations.push_back({Expr, Type, Offset, Addend, &Body});
|
||||
|
||||
Reference in New Issue
Block a user