forked from OSchip/llvm-project
parent
4777f035eb
commit
124ddeff3c
|
@ -112,7 +112,7 @@ bool WriteSymbolTable(std::ofstream &ArchiveFile) {
|
||||||
|
|
||||||
//Name of symbol table is '/'
|
//Name of symbol table is '/'
|
||||||
Hdr.name[0] = '/';
|
Hdr.name[0] = '/';
|
||||||
Hdr.name[1] = '/0';
|
Hdr.name[1] = '\0';
|
||||||
|
|
||||||
//Set the header trailer to a newline
|
//Set the header trailer to a newline
|
||||||
memcpy(Hdr.fmag,ARFMAG,sizeof(ARFMAG));
|
memcpy(Hdr.fmag,ARFMAG,sizeof(ARFMAG));
|
||||||
|
|
Loading…
Reference in New Issue