Skip to content

Commit 2bef076

Browse files
committed
2 parents 4b53276 + 1345784 commit 2bef076

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ or
4747
depending on your machine's permissions.
4848

4949

50+
Tutorial
51+
=======
5052
If you want to develop or use the development version:
5153

5254
git clone https://github.com/SRI-CSL/whole-program-llvm

wllvm/arglistfilter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
179179
'-fprofile-arcs' : (0, ArgumentListFilter.compileLinkUnaryCallback),
180180
'-coverage' : (0, ArgumentListFilter.compileLinkUnaryCallback),
181181
'--coverage' : (0, ArgumentListFilter.compileLinkUnaryCallback),
182+
182183
#
183184
# BD: need to warn the darwin user that these flags will rain on their parade
184185
# (the Darwin ld is a bit single minded)
@@ -361,7 +362,6 @@ def compileLinkUnaryCallback(self, flag):
361362
self.compileArgs.append(flag)
362363
self.linkArgs.append(flag)
363364

364-
365365
def getOutputFilename(self):
366366
if self.outputFilename is not None:
367367
return self.outputFilename

0 commit comments

Comments
 (0)