]> granicus.if.org Git - llvm/commit
[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)
commitdafc355eddd10d9adfc94be8dd06d1b961229e32
tree657f2f65a8ce40ceaaa72dfc178b3e436b507db1
parent435a2cfb4e84561ca332831c3f9596cfd18ef926
[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.

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