File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ def buildArchive(pArgs, bitCodeFiles):
424
424
pArgs .outputFile = pArgs .inputFile
425
425
pArgs .outputFile += '.' + moduleExtension
426
426
427
- _logger .info ('Writing output to %s' , pArgs .outputFile )
427
+ _logger .warning ('Writing output to %s' , pArgs .outputFile )
428
428
429
429
return linkFiles (pArgs , bitCodeFiles )
430
430
@@ -440,7 +440,7 @@ def buildArchive(pArgs, bitCodeFiles):
440
440
else :
441
441
pArgs .outputFile = pArgs .inputFile + bcaExtension
442
442
443
- _logger .info ('Writing output to %s' , pArgs .outputFile )
443
+ _logger .warning ('Writing output to %s' , pArgs .outputFile )
444
444
445
445
return archiveFiles (pArgs , bitCodeFiles )
446
446
Original file line number Diff line number Diff line change 60
60
61
61
1.1.5 - 3/14/2018 fixes suggested by Alexander Bakst
62
62
63
- 1.1.6 - 4/24/2018 fixes suggested by building the Linux kernel and trying to harmonize with gllvm.
63
+ 1.2.0 - 4/24/2018 fixes suggested by building the Linux kernel and trying to harmonize with gllvm.
64
64
4/28/2018 can handle thin archives, can sort bitcode input to llvm-{ar, link} and manifest via the -s switch.
65
65
5/1/2018 can handle archives correctly (deal with multiple files with the same name in the archive).
66
66
67
67
"""
68
68
69
- wllvm_version = '1.1.6 '
69
+ wllvm_version = '1.2.0 '
70
70
wllvm_date = 'May 1st 2018'
You can’t perform that action at this time.
0 commit comments