[JITLink] Hook up prebuilt cache in DWARFRecordSectionSplitter::processBlock.
authorLang Hames <lhames@gmail.com>
Tue, 19 Jul 2022 22:00:32 +0000 (15:00 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 19 Jul 2022 22:03:14 +0000 (15:03 -0700)
commit6d8438314fa69f8c978a710c6ef1304bfe9c3451
tree8591c1b780eddcd8e9d346197b43edebe2288a58
parentdd5635541cd7bbd62cd59b6694dfb759b6e9a0d8
[JITLink] Hook up prebuilt cache in DWARFRecordSectionSplitter::processBlock.

DWARFRecordSectionSplitter pre-builds a splitBlock cache, but wasn't passing it
to the call to splitBlock. This was an oversight in the original patch.
llvm/lib/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.cpp