Skip to content
Snippets Groups Projects
Commit 5ac4ad24 authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Fix a funny typo.

Thanks for j`ey and Sean Silva for noticing it.

llvm-svn: 196344
parent e6c6d56c
No related branches found
No related tags found
No related merge requests found
...@@ -845,7 +845,7 @@ void WinCOFFObjectWriter::WriteObject(MCAssembler &Asm, ...@@ -845,7 +845,7 @@ void WinCOFFObjectWriter::WriteObject(MCAssembler &Asm,
Header.PointerToSymbolTable = offset; 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; Header.TimeDateStamp = 0;
// Write it all to disk... // Write it all to disk...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment