Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit ee76094

Browse files
committed
[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
1 parent 8e937c3 commit ee76094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ set(LLVM_TEST_DEPENDS
4040
llvm-readobj
4141
llvm-rtdyld
4242
llvm-symbolizer
43+
llvm-tblgen
4344
macho-dump
4445
opt
4546
profile_rt-shared

0 commit comments

Comments
 (0)