]> granicus.if.org Git - llvm/commit
[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)
commit252aa32d02d4e85edcbc3d961ab182cbfd9f7578
tree50cd1d17d7a924c9f3bc82e4517c663cb5a03a20
parentf11a790abc2fc375163e46bd0119b43278477e84
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287432 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-nm/CMakeLists.txt