Merge branch 'master' into no_std

This commit is contained in:
morenzg
2018-04-17 16:41:27 -04:00
364 changed files with 3412 additions and 1024 deletions

View File

@@ -15,7 +15,7 @@ function banner() {
}
# Test those packages which have no_std support.
LIBS="cretonne frontend wasm native"
LIBS="codegen frontend wasm native"
cd "$topdir"
for LIB in $LIBS
do