[CMake] lli-child-target depends on intrinsics gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:09:51 +0000 (02:09 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:09:51 +0000 (02:09 +0000)
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

llvm/tools/lli/ChildTarget/CMakeLists.txt

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