Skip to content

Commit

Permalink
Use CMake instead of autoconf for compiling llvm. (#11)
Browse files Browse the repository at this point in the history
The autoconf build system is removed in llvm 3.9.
  • Loading branch information
haavard authored and Eelis committed May 11, 2016
1 parent 306b45b commit b1204cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-clang
Expand Up @@ -13,7 +13,7 @@ patch -p0 < /geordi/src/llvm-no-temp-files.patch

mkdir /llvm.build
cd /llvm.build
/llvm/configure --enable-optimized --disable-assertions --enable-targets=x86_64 --disable-docs --disable-terminfo --disable-libedit --disable-backtraces --disable-jit
cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_BUILD_DOCS=OFF /llvm
make -j2
make install

Expand Down

0 comments on commit b1204cb

Please sign in to comment.