mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 15:53:39 +08:00
Cosmetic change. NFC.
llvm-svn: 263376
This commit is contained in:
@@ -296,7 +296,8 @@ InterpSection<ELFT>::InterpSection()
|
||||
}
|
||||
|
||||
template <class ELFT> void InterpSection<ELFT>::writeTo(uint8_t *Buf) {
|
||||
memcpy(Buf, Config->DynamicLinker.data(), Config->DynamicLinker.size());
|
||||
StringRef S = Config->DynamicLinker;
|
||||
memcpy(Buf, S.data(), S.size());
|
||||
}
|
||||
|
||||
template <class ELFT>
|
||||
|
||||
Reference in New Issue
Block a user