Updating to python 3 with 2to3. Check llvm/py3k_update.diff and llvm/py3k_update.out for the output from this.
This commit is contained in:
parent
ddbe7ad06a
commit
6d50a337ad
29 changed files with 3455 additions and 143 deletions
|
|
@ -41,5 +41,5 @@ builder.ret(tmp)
|
|||
|
||||
# We've completed the definition now! Let's see the LLVM assembly
|
||||
# language representation of what we've created:
|
||||
print my_module
|
||||
print(my_module)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue