Skip to content

Commit 9ecb3fa

Browse files
committed
0ca5a1e @delcypher modification.
1 parent 6009444 commit 9ecb3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wllvm/arglistfilter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
178178
# Code coverage instrumentation
179179
'-fprofile-arcs' : (0, ArgumentListFilter.compileLinkUnaryCallback),
180180
'-coverage' : (0, ArgumentListFilter.compileLinkUnaryCallback),
181-
181+
'--coverage' : (0, ArgumentListFilter.compileLinkUnaryCallback),
182182
#
183183
# BD: need to warn the darwin user that these flags will rain on their parade
184184
# (the Darwin ld is a bit single minded)

0 commit comments

Comments
 (0)