cretonne-faerie: add a translation mechanism for LibCalls (#321)

* cretonne-faerie: add a translation mechanism for LibCalls

* cretonne-faerie: docs for libcall_names, rustfmt

* cretonne-faerie: switch libcall naming to use a closure

* travis: debug mypy version

* travis: pin mypy to 0.521

mypy released 0.600 today and even with `--no-strict-optional` flag
passed to it (in lib/codegen/meta/check.sh) it fails to infer the type
of values that did not need type annotations in the past

* faerie-backend: fix swapped nearbyint functions

* cretonne-faerie: move boxing out of FaerieBuilder
This commit is contained in:
Pat Hickey
2018-05-03 06:54:55 -07:00
committed by Dan Gohman
parent 7e1f157692
commit 69468915d5
2 changed files with 50 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ before_install:
- wget https://storage.googleapis.com/wasm-llvm/builds/linux/26619/wasm-toolchain_0.1.26619_amd64.deb
- sudo dpkg -i wasm-toolchain_0.1.26619_amd64.deb
install:
- pip3 install --user --upgrade mypy flake8
- pip3 install --user --upgrade mypy==0.521 flake8
- travis_wait ./check-rustfmt.sh --install
script: ./test-all.sh
cache: