Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
5ac4ad24
Commit
5ac4ad24
authored
11 years ago
by
Rafael Espindola
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/lib/MC/WinCOFFObjectWriter.cpp
+1
-1
1 addition, 1 deletion
llvm/lib/MC/WinCOFFObjectWriter.cpp
with
1 addition
and
1 deletion
llvm/lib/MC/WinCOFFObjectWriter.cpp
+
1
−
1
View file @
5ac4ad24
...
@@ -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 G
U
N as also writes 0 in here.
// We want a deterministic output. It looks like GN
U
as also writes 0 in here.
Header
.
TimeDateStamp
=
0
;
Header
.
TimeDateStamp
=
0
;
// Write it all to disk...
// Write it all to disk...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment