[all-commits] [llvm/llvm-project] 6d8438: [JITLink] Hook up prebuilt cache in DWARFRecordSec...
lhames via All-commits
all-commits at lists.llvm.org
Tue Jul 19 15:03:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d8438314fa69f8c978a710c6ef1304bfe9c3451
https://github.com/llvm/llvm-project/commit/6d8438314fa69f8c978a710c6ef1304bfe9c3451
Author: Lang Hames <lhames at gmail.com>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list