diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2017-01-24 13:44:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-24 13:44:28 +0100 |
| commit | 5ad8e8b70b1ed1ba6f38f2e4b070154e717cbd05 (patch) | |
| tree | c60889b7ad260d749f2c1e1686e190d28a8cad15 | |
| parent | 6fef06f0026aa94db610e223690337949dd39134 (diff) | |
| parent | 1a4591bf5cc5f2c93684abe764d9efc283c11884 (diff) | |
| download | focaccia-miasm-5ad8e8b70b1ed1ba6f38f2e4b070154e717cbd05.tar.gz focaccia-miasm-5ad8e8b70b1ed1ba6f38f2e4b070154e717cbd05.zip | |
Merge pull request #479 from commial/fix/llvmlite
Update LLVM version for latest llvmlite
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ca4ca8ce..33683610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: - "cp tinycc/libtcc.so.1.0 tinycc/libtcc.so" # install llvmlite, using the system libdtc++ instead of statically linking it - "pip install enum34" -- "git clone https://github.com/numba/llvmlite llvmlite && cd llvmlite" +- "git clone https://github.com/numba/llvmlite llvmlite && cd llvmlite && git checkout 95d8c7c" - "sed -i 's/-static-libstdc++ //' ffi/Makefile.linux" - "python setup.py install && cd .." # install elfesteem |