[lld] [LLD][COFF] Process all ARM64EC import symbols in getSymbols (PR #109118)

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 11:02:39 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;
----------------
cjacek wrote:

Yes, I will split it.

https://github.com/llvm/llvm-project/pull/109118


More information about the llvm-commits mailing list