[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.

llvm-svn: 199558
This commit is contained in:
NAKAMURA Takumi 2014-01-18 19:01:08 +00:00
parent c5efc526c8
commit 3189afc4ca
1 changed files with 1 additions and 0 deletions

View File

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