Replace own dummy syscall with standard library syscall

This makes it easier to support other standard library packages.
This commit is contained in:
Ayke van Laethem
2018-08-30 05:58:54 +02:00
parent e01259ba77
commit 906e061e37
4 changed files with 17 additions and 8 deletions
+2 -3
View File
@@ -97,10 +97,9 @@ Implemented compiler passes:
Requirements:
* Go 1.10+ (Go 1.9 has a
[known bug](https://github.com/aykevl/tinygo/issues/2)).
* Go 1.11+
* LLVM dependencies, see the Software section in the
[LLVM build guide](https://llvm.org/docs/GettingStarted.html#software).
[LLVM build guide](https://llvm.org/docs/GettingStarted.html#software)
First download the sources (this takes a while):