[CMake] Add llvm-tblgen to dependencies of check-llvm.

llvm-tblgen is not built when external LLVM_TABLEGEN is specified.
Even then, llvm-tblgen should be built for testing tblgen itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199558 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-01-18 19:01:08 +00:00
parent 8e937c39bb
commit ee760949ab

View File

@ -40,6 +40,7 @@ set(LLVM_TEST_DEPENDS
llvm-readobj
llvm-rtdyld
llvm-symbolizer
llvm-tblgen
macho-dump
opt
profile_rt-shared