mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +00:00
Fix a funny typo.
Thanks for j`ey and Sean Silva for noticing it. llvm-svn: 196344
This commit is contained in:
parent
c765e40e3a
commit
cd5c36b48b
@ -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…
x
Reference in New Issue
Block a user