Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Dietrich
clang-hash
Commits
ac74244e
Commit
ac74244e
authored
Feb 04, 2017
by
Christian Dietrich
Browse files
compiler should not produce stdout
parent
1d3f9427
Pipeline
#3106
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/clang-hash.cc
View file @
ac74244e
...
...
@@ -244,7 +244,6 @@ public:
atexit
(
link_object_file
);
if
(
HashEqual
)
{
atexit_mode
=
ATEXIT_FROM_CACHE
;
printf
(
":: %s
\n
"
,
objectfile_copy
);
exit
(
0
);
}
else
{
hashfile
=
cache
.
hash_filename
(
objectfile
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment