Skip to content

Commit

Permalink
Tweaks to the yada yada.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianamason committed Aug 3, 2016
1 parent 2927987 commit 4acf494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WLLVM works with either clang or the gcc dragonegg plugin.
Installation
============

WLLVM is now a pip package. You can just do:
As of August 2016 WLLVM is now a pip package. You can just do:

pip install wllvm

Expand Down
9 changes: 4 additions & 5 deletions wllvm/as.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@
a later stage.
In the pip version the main below is a console script called wllvm-as.
Since we cannot tell gcc what our assember is called, only which directory
it should look for as in, we have to make a "hidden" directory that we
can use to pass gcc. It needs to be hidden since we do not want our
assembler to override the users assembler.
Since we cannot tell gcc what our assember is called, only which
directory it should look for the assembler "as" in, we have to make a
"hidden" directory that we can use to pass gcc. It needs to be hidden
since we do not want our assembler to override the users assembler.
This should explain:
../dragonegg_as/as
in the pip egg, and in the repository.
"""

from __future__ import absolute_import
Expand Down

0 comments on commit 4acf494

Please sign in to comment.