Skip to content

Commit 2402975

Browse files
committed
version bump
1 parent 6381c25 commit 2402975

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

wllvm/version.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@
6464
4/28/2018 can handle thin archives, can sort bitcode input to llvm-{ar, link} and manifest via the -s switch.
6565
5/1/2018 can handle archives correctly (deal with multiple files with the same name in the archive).
6666
67+
1.2.1 - 5/13/2018 -fsanitize= now recognized as a compile AND link flag (mothers day edition)
68+
69+
6770
"""
6871

69-
wllvm_version = '1.2.0'
70-
wllvm_date = 'May 1st 2018'
72+
wllvm_version = '1.2.1'
73+
wllvm_date = 'May 13th 2018'

0 commit comments

Comments
 (0)