[CMake] llvm-nm depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 03:16:33 +0000 (03:16 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 03:16:33 +0000 (03:16 +0000)
commit458796ddf88f32fcc1b1743aaa705ffe69e866d1
tree3c497b244bed1465e57eeec7997bd77f991afe9a
parentb2b18d2adad6dccf52cb9c55081949b1032b7062
[CMake] llvm-nm depends on intrinsics_gen

llvm-nm.cpp has the following include chain:

llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llvm-nm needs to depend on intrinsics_gen.

llvm-svn: 287432
llvm/tools/llvm-nm/CMakeLists.txt