Skip to content

Commit 2984def

Browse files
committed
Change wasm export flag, and removed redundant travis checks
1 parent 10ef2db commit 2984def

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_script:
66
- sudo apt-get update
77
- sudo apt-get install python3
88
- sudo apt-get install llvm-10 llvm-10-dev
9-
- alias "llc"=/usr/lib/llvm-10/bin/llc
9+
- sudo apt-get install lld-10
1010

1111
script:
1212
- LLVM_SYS_100_PREFIX=/usr/lib/llvm-10 cargo build

flint_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"libraPath": "",
33
"llcPath": "llc-10",
4-
"wasm-ldPath": "wasm-ld"
4+
"wasm-ldPath": "wasm-ld-10"
55
}

0 commit comments

Comments
 (0)