Unverified Commit 7c9c4983 authored by Fangrui Song's avatar Fangrui Song Committed by GitHub
Browse files

[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
parent cdde0d96
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment