Skip to content

Commit 6bbb085

Browse files
committed
better name for the manifest.
1 parent dd36949 commit 6bbb085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract-bc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def handleExecutable(inputFile, outputFile, extractor, llvmLinker, manifestFlag)
147147
return 1
148148

149149
if manifestFlag:
150-
manifestFile = '{0}.occcam.manifest'.format(inputFile)
150+
manifestFile = '{0}.wllvm.manifest'.format(inputFile)
151151
with open(manifestFile, 'w') as output:
152152
for f in fileNames:
153153
output.write('{0}\n'.format(f))

0 commit comments

Comments
 (0)