[llvm-branch-commits] [lld] [llvm] [CGData][llvm-cgdata] Support for stable function map (PR #112664)
Ellis Hoag via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Oct 28 13:51:53 PDT 2024
================
@@ -32,10 +32,40 @@ setupMemoryBuffer(const Twine &Filename, vfs::FileSystem &FS) {
Error CodeGenDataReader::mergeFromObjectFile(
const object::ObjectFile *Obj, OutlinedHashTreeRecord &GlobalOutlineRecord,
+ StableFunctionMapRecord &GlobalFunctionMapRecord,
stable_hash *CombinedHash) {
Triple TT = Obj->makeTriple();
auto CGOutLineName =
getCodeGenDataSectionName(CG_outline, TT.getObjectFormat(), false);
----------------
ellishg wrote:
I think this should be spelled `GCOutlineName` since it's "outline", not "out line".
https://github.com/llvm/llvm-project/pull/112664
More information about the llvm-branch-commits
mailing list