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.
This commit is contained in:
Brian Anderson 2013-03-28 18:19:14 -07:00
parent 943d7adedc
commit dd088afd43

4
configure vendored
View File

@ -881,6 +881,10 @@ do
;;
esac
need_ok "LLVM configure failed"
# Hack the tools Makefile to turn off the clang build
sed -i 's/clang//g' tools/Makefile
cd $CFG_BUILD_DIR
fi