[CMake] lli depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:05:19 +0000 (02:05 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:05:19 +0000 (02:05 +0000)
commit3bd0191c5b8c109eb75ec092cdd6b3faff34065f
tree7e68457ea913587bf823b1b701d6ed1b90a72f84
parentd22fa5091c40a57fa628031936cf7b41b58c1da0
[CMake] lli depends on intrinsics_gen

ChildTarget.cpp has the following include chain:

llvm/ExecutionEngine/Orc/OrcABISupport.h
llvm/ExecutionEngine/Orc/IndirectionUtils.h
llvm/IR/IRBuilder.h
llvm/IR/ConstantFolder.h
llvm/IR/InstrTypes.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means lli needs to depend on intrinsics_gen.

llvm-svn: 287420
llvm/tools/lli/CMakeLists.txt