Add clang-tblgen to OPTIONAL_DIRS when building native tools for the
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 8 Oct 2011 00:27:38 +0000 (00:27 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 8 Oct 2011 00:27:38 +0000 (00:27 +0000)
commit0be07d39b1815536fadebf447008ff1ae9a78869
tree6fc6f18ea3a66646d462d847313fd95f5459a7ce
parent27781b78e111a1d276dd3cd604b0cdfa662f1f4e
Add clang-tblgen to OPTIONAL_DIRS when building native tools for the
cross build, so that a native version of clang-tblgen is available.
Should unbreak Clang cross build.

Also disable Polly for the native tool build, since it depends on
external libraries which may not be available, and it isn't required
anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141454 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile