summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-06-14 21:37:05 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-15 13:22:51 -0400
commite6498d67768eb4657b766f226a8b1ebad6e00a4f (patch)
treed43f40fb861e3f10604ed6c13d183575e565c3a1 /.circleci
parentb7deeed00d93c306e55572c9c1c09ced4be61eef (diff)
downloadhaskell-e6498d67768eb4657b766f226a8b1ebad6e00a4f.tar.gz
Bump supported LLVM version to 6.0
This seems to fix a number of segmentation faults.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 49f145d2c8..2caa3b468a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -189,8 +189,8 @@ jobs:
- run:
name: Install LLVM
command: |
- curl http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-x86_64-linux-gnu-debian8.tar.xz | tar -xJC ..
- echo "export PATH=`pwd`/../clang+llvm-5.0.0-x86_64-linux-gnu-debian8/bin:\$PATH" >> $BASH_ENV
+ curl http://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-linux-gnu-debian8.tar.xz | tar -xJC ..
+ echo "export PATH=`pwd`/../clang+llvm-6.0.0-x86_64-linux-gnu-debian8/bin:\$PATH" >> $BASH_ENV
- run:
name: Verify that llc works
command: llc