[CMake] lli-child-target depends on intrinsics gen

Messed up in r287420, it isn't just lli, but also but lli-child-target that need to depend on intrinsics_gen.

llvm-svn: 287421
This commit is contained in:
Chris Bieneman 2016-11-19 02:09:51 +00:00
parent 3bd0191c5b
commit d7f71b5187
1 changed files with 3 additions and 0 deletions

View File

@ -6,5 +6,8 @@ set(LLVM_LINK_COMPONENTS
add_llvm_utility(lli-child-target
ChildTarget.cpp
DEPENDS
intrinsics_gen
)