]> granicus.if.org Git - clang/commit
[CMake] clang-offload-bundler depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:31:14 +0000 (23:31 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:31:14 +0000 (23:31 +0000)
commit7ce3edcf7d1a10b15b18bd58a21776ab527e5c28
tree1f9dfcd565f2667c77c9f38909f26e7763a363cb
parent1d9b04d9b45f84c7a718950c8c387de7a5335357
[CMake] clang-offload-bundler depends on intrinsics_gen

ClangOffloadBundler.cpp has the following include chain:

llvm/Bitcode/BitcodeWriter.h
llvm/IR/ModuleSummaryIndex.h
llvm/IR/Module.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means clang-offload-bundler needs to depend on intrinsics_gen.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287406 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-offload-bundler/CMakeLists.txt