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
73dd51a6
Commit
73dd51a6
authored
Feb 04, 2017
by
Christian Dietrich
Browse files
historical: dont log compiler messages
parent
7df8c910
Pipeline
#3101
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/lib.py
View file @
73dd51a6
...
...
@@ -139,7 +139,7 @@ class ClangHashHelper:
if
"clang-hash"
in
self
.
mode
.
value
:
log
=
hash_log
.
read
()
info
[
'clang-hash-log'
]
=
log
#
info['clang-hash-log'] = log
info
[
'clang-hash-hits'
]
=
log
.
count
(
"H"
)
info
[
'clang-hash-misses'
]
=
log
.
count
(
"M"
)
hash_log
.
close
()
...
...
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