We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ef2db commit 2984defCopy full SHA for 2984def
.travis.yml
@@ -6,7 +6,7 @@ before_script:
6
- sudo apt-get update
7
- sudo apt-get install python3
8
- sudo apt-get install llvm-10 llvm-10-dev
9
- - alias "llc"=/usr/lib/llvm-10/bin/llc
+ - sudo apt-get install lld-10
10
11
script:
12
- LLVM_SYS_100_PREFIX=/usr/lib/llvm-10 cargo build
flint_config.json
@@ -1,5 +1,5 @@
1
{
2
"libraPath": "",
3
"llcPath": "llc-10",
4
- "wasm-ldPath": "wasm-ld"
+ "wasm-ldPath": "wasm-ld-10"
5
}
0 commit comments