summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorFrederic Riss <friss@apple.com>2015-03-13 18:35:57 +0000
committerFrederic Riss <friss@apple.com>2015-03-13 18:35:57 +0000
commit6afcfce2d9bd298b83a0259ced8d64b72c24c3a8 (patch)
treeec27c144d3cb69f39d1b075149883606be6c495d /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent5a62dc3793b6bdcbd8e2d07907f5ab803d628da8 (diff)
downloadbcm5719-llvm-6afcfce2d9bd298b83a0259ced8d64b72c24c3a8.tar.gz
bcm5719-llvm-6afcfce2d9bd298b83a0259ced8d64b72c24c3a8.zip
[dsymutil] Fix handling of cross-cu forward references.
We recorded the forward references in the CU that holds the referenced DIE, but this is wrong as those will get resoled *after* the CU that holds the reference. Record the references in their originating CU along with a pointer to the remote CU to be able to compute the fixed up offset at the right time. llvm-svn: 232193
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud