[CMake] llvm-ar depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:04:27 +0000 (23:04 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:04:27 +0000 (23:04 +0000)
commit13c963916fa48b94fa5b645ed0ce5cb01753426f
treeb46a61574c6c372c1bde4a3df3452ef5d5992748
parent8e47604975b144366800be202c46eef28d1bddcd
[CMake] llvm-ar depends on intrinsics_gen

llvm-ar.cpp has the following include chain:

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

This means llvm-ar needs to depend on intrinsics_gen.

llvm-svn: 287395
llvm/tools/llvm-ar/CMakeLists.txt