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.
34
34
Installation
35
35
============
36
36
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:
38
38
39
39
pip install wllvm
40
40
Original file line number Diff line number Diff line change 12
12
a later stage.
13
13
14
14
In 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.
19
19
20
20
This should explain:
21
21
22
22
../dragonegg_as/as
23
23
24
24
in the pip egg, and in the repository.
25
25
26
-
27
26
"""
28
27
29
28
from __future__ import absolute_import
You can’t perform that action at this time.
0 commit comments