summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2019-04-24 15:15:55 +0000
committerLang Hames <lhames@gmail.com>2019-04-24 15:15:55 +0000
commitb1ba4d8a8a332f3e24cea26be4dfc2c27177e38d (patch)
tree4176ec8a309851e72e44369ed474243a054fe026 /libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind
parent98b15320e499a7f36d94d94a4bff32b6f1582287 (diff)
downloadbcm5719-llvm-b1ba4d8a8a332f3e24cea26be4dfc2c27177e38d.tar.gz
bcm5719-llvm-b1ba4d8a8a332f3e24cea26be4dfc2c27177e38d.zip
[JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.
Frame Descriptor Entries (FDEs) have a pointer back to a Common Information Entry (CIE) that describes how the rest FDE should be parsed. JITLink had been assuming that FDEs always referred to the most recent CIE encountered, but the spec allows them to point back to any previously encountered CIE. This patch fixes JITLink to look up the correct CIE for the FDE. The testcase is a MachO binary with an FDE that refers to a CIE that is not the one immediately proceeding it (the layout can be viewed wit 'dwarfdump --eh-frame <testcase>'. This test case had to be a binary as llvm-mc now sorts FDEs (as of r356216) to ensure FDEs *do* point to the most recent CIE. llvm-svn: 359105
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud