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 5655859 commit 612197bCopy full SHA for 612197b
Makefile
@@ -35,7 +35,7 @@ dist: clean
35
#publish: dist
36
# python setup.py sdist upload
37
38
-publish:
+publish: dist
39
python3 -m twine upload dist/*
40
41
wllvm/version.py
@@ -77,7 +77,9 @@
77
1.2.6 - 6/18/2019 Various compiler cmd line options parsing tweaks.
78
79
1.2.7 - 3/23/2020 Added the LLVM_BITCODE_GENERATION_FLAGS to allow LTO support.
80
+
81
+1.2.8 - 3/23/2020 Added the LLVM_BITCODE_GENERATION_FLAGS to allow LTO support. (pip uploading issues)
82
"""
83
-wllvm_version = '1.2.7'
84
+wllvm_version = '1.2.8'
85
wllvm_date = 'March 23 2020'
0 commit comments