Skip to content

Commit dd088af

Browse files
committed
Stop building clang
Removing it from the tree is an ordeal and there is no official way to disable clang via LLVM's Makefiles so this edits the Makefile in llvm/tools after running configure.
1 parent 943d7ad commit dd088af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,10 @@ do
881881
;;
882882
esac
883883
need_ok "LLVM configure failed"
884+
885+
# Hack the tools Makefile to turn off the clang build
886+
sed -i 's/clang//g' tools/Makefile
887+
884888
cd $CFG_BUILD_DIR
885889
fi
886890

0 commit comments

Comments
 (0)