[lld] [LLD][COFF] Process all ARM64EC import symbols in getSymbols (PR #109118)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 05:34:48 PDT 2024
================
@@ -624,7 +624,8 @@ class ImportThunkChunkARM64EC : public ImportThunkChunk {
MachineTypes getMachine() const override { return ARM64EC; }
void writeTo(uint8_t *buf) const override;
- Defined *exitThunk;
+ Defined *exitThunk = nullptr;
----------------
mstorsjo wrote:
I guess the null initialization of `exitThunk` is an unrelated change? Although probably good in itself.
https://github.com/llvm/llvm-project/pull/109118
More information about the llvm-commits
mailing list