File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ WLLVM works with either clang or the gcc dragonegg plugin.
3434Installation
3535============
3636
37- WLLVM is now a pip package. You can just do:
37+ As of August 2016 WLLVM is now a pip package. You can just do:
3838
3939 pip install wllvm
4040
Original file line number Diff line number Diff line change 1212a later stage.
1313
1414In the pip version the main below is a console script called wllvm-as.
15- Since we cannot tell gcc what our assember is called, only which directory
16- it should look for as in, we have to make a "hidden" directory that we
17- can use to pass gcc. It needs to be hidden since we do not want our
18- assembler to override the users assembler.
15+ Since we cannot tell gcc what our assember is called, only which
16+ directory it should look for the assembler "as" in, we have to make a
17+ "hidden" directory that we can use to pass gcc. It needs to be hidden
18+ since we do not want our assembler to override the users assembler.
1919
2020This should explain:
2121
2222../dragonegg_as/as
2323
2424in the pip egg, and in the repository.
2525
26-
2726"""
2827
2928from __future__ import absolute_import
You can’t perform that action at this time.
0 commit comments