aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
diff options
context:
space:
mode:
authorStephen Neuendorffer <stephen.neuendorffer@xilinx.com>2020-04-30 17:16:59 -0700
committerStephen Neuendorffer <stephen.neuendorffer@xilinx.com>2020-05-04 08:45:53 -0700
commit8303b1f46af6c9838d3338479e5db2551daae248 (patch)
treefcc569f76a5738a01a3b6df1665af349ee71f162 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
parentd28f69d923a675af696c058747d63213e71e0997 (diff)
downloadllvm-8303b1f46af6c9838d3338479e5db2551daae248.zip
llvm-8303b1f46af6c9838d3338479e5db2551daae248.tar.gz
llvm-8303b1f46af6c9838d3338479e5db2551daae248.tar.bz2
[cmake] Ensure that LINK_LIBS are dependencies for object library targets
In MLIR, it is common for automatically generated headers to be included in many places. To avoid tracking these dependencies explicitly in cmake, they are treated as part of a library which 'owns' the generated header. Users of the generated header link against the owning library. However, object libraries don't actually 'link', so this dependence gets lost. This patch adds an explicit dependence for these generated headers when creating object library targets to ensure that generated headers are appropriately generated Differential Revision: https://reviews.llvm.org/D79241
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions