Skip to content

Commit

Permalink
Only use GCC in Travis CI server
Browse files Browse the repository at this point in the history
It seems that there is a bug of the clang installed in Travis CI.
Lacking of clang test is OK. Anyway, we build our LLVM by ourselves.
Let's suppose the world begins with NIL.
  • Loading branch information
liuml07 committed Aug 18, 2014
1 parent 26a3958 commit 0922ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/install_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ cd $LLVM_HOME/build
--disable-bindings \
--enable-targets=host-only \
--enable-shared
make
make -j2
make install

0 comments on commit 0922ea8

Please sign in to comment.