summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2019-10-14 21:53:51 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2019-10-14 21:53:51 +0000
commit9585d8c11a57f1d5038465ab8f90461c701053fb (patch)
tree0d38ac7cf52195a05a97fb54fae55d9dc412e43c
parent7e8fe67f0e2625a538a17958614dddb65453a210 (diff)
downloadbcm5719-llvm-9585d8c11a57f1d5038465ab8f90461c701053fb.tar.gz
bcm5719-llvm-9585d8c11a57f1d5038465ab8f90461c701053fb.zip
[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. llvm-svn: 374827
-rw-r--r--llvm/lib/DebugInfo/DWARF/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/CMakeLists.txt b/llvm/lib/DebugInfo/DWARF/CMakeLists.txt
index b4770e561f7..6b53a5a1725 100644
--- a/llvm/lib/DebugInfo/DWARF/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/DWARF/CMakeLists.txt
@@ -30,4 +30,7 @@ add_llvm_library(LLVMDebugInfoDWARF
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
+
+ DEPENDS
+ intrinsics_gen
)
OpenPOWER on IntegriCloud