[all-commits] [llvm/llvm-project] 7c9c49: [DWARFLinkerParallel] Fix member initialization or...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Feb 8 13:43:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c9c4983b1d493c2fdea76f99591f9ab49877306
https://github.com/llvm/llvm-project/commit/7c9c4983b1d493c2fdea76f99591f9ab49877306
Author: Fangrui Song <i at maskray.me>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M llvm/lib/DWARFLinker/Parallel/DWARFLinkerImpl.h
Log Message:
-----------
[DWARFLinkerParallel] Fix member initialization order (#81179)
DWARFLinkerImpl::DWARFLinkerImpl initializes
DebugStrStrings/DebugLineStrStrings/CommonSections using GlobalData
but GlobalData is initialized after the three members.
Move GlobalData before.
Fix #81110
More information about the All-commits
mailing list