We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6381c25 commit 2402975Copy full SHA for 2402975
wllvm/version.py
@@ -64,7 +64,10 @@
64
4/28/2018 can handle thin archives, can sort bitcode input to llvm-{ar, link} and manifest via the -s switch.
65
5/1/2018 can handle archives correctly (deal with multiple files with the same name in the archive).
66
67
+1.2.1 - 5/13/2018 -fsanitize= now recognized as a compile AND link flag (mothers day edition)
68
+
69
70
"""
71
-wllvm_version = '1.2.0'
-wllvm_date = 'May 1st 2018'
72
+wllvm_version = '1.2.1'
73
+wllvm_date = 'May 13th 2018'
0 commit comments