Skip to content

Commit 4acf494

Browse files
committed
Tweaks to the yada yada.
1 parent 2927987 commit 4acf494

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ WLLVM works with either clang or the gcc dragonegg plugin.
3434
Installation
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

wllvm/as.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@
1212
a later stage.
1313
1414
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.
1919
2020
This should explain:
2121
2222
../dragonegg_as/as
2323
2424
in the pip egg, and in the repository.
2525
26-
2726
"""
2827

2928
from __future__ import absolute_import

0 commit comments

Comments
 (0)