[lld] [LLD][COFF] Store __imp_ symbols as Defined in InputFile (PR #109115)

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 02:45:32 PDT 2024


cjacek wrote:

Avoids a cast in the map file writer. I didn't change it to `DefinedImportThunk` because it may be replaced between its definition and the code in `appendImportThunks` that ensures it isn't.

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


More information about the llvm-commits mailing list