]> granicus.if.org Git - llvm/commit
[Modules Build] Add missing dependency.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 14 Oct 2019 21:53:51 +0000 (21:53 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 14 Oct 2019 21:53:51 +0000 (21:53 +0000)
commite122082aec0233446f11b4248ac3ae802b2cce8a
treea4b1e42ff0ea1eb71b3a13d974a2f61e4975254a
parent112183e642020b0825d84fd560f1ace65a1783cc
[Modules Build] Add missing dependency.

A previous commit made libLLVMDebugInfoDWARF depend on the LLVM_Bitcode module which depends on the LLVM_intrinsic_gen module which depends onĀ "llvm/IR/Attributes.inc" which is a generated header not depended on by libLLVMDebugInfo. Add that dependency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374827 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/CMakeLists.txt