[llvm-branch-commits] [yaml2obj] Don't use uninitialized Type (PR #123274)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 16 18:40:58 PST 2025
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/123274
With -DMACHINE=EM_NONE, machine specific
sections, like SHT_ARM_EXIDX, will fall to parse
and set `Type`.
More information about the llvm-branch-commits
mailing list