forked from OSchip/llvm-project
Fix a funny typo.
Thanks for j`ey and Sean Silva for noticing it. llvm-svn: 196344
This commit is contained in:
parent
e6c6d56cab
commit
5ac4ad2418
|
@ -845,7 +845,7 @@ void WinCOFFObjectWriter::WriteObject(MCAssembler &Asm,
|
|||
|
||||
Header.PointerToSymbolTable = offset;
|
||||
|
||||
// We want a deterministic output. It looks like GUN as also writes 0 in here.
|
||||
// We want a deterministic output. It looks like GNU as also writes 0 in here.
|
||||
Header.TimeDateStamp = 0;
|
||||
|
||||
// Write it all to disk...
|
||||
|
|
Loading…
Reference in New Issue