https://bugs.winehq.org/show_bug.cgi?id=54889
szl szl19921231@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|NOTOURBUG |---
--- Comment #2 from szl szl19921231@gmail.com --- The llvm-project developer said that it is not their bug, and suggested that the problem might be that the connection with shell32.dll exceeded the maximum memory that can be used by 32 bits (4GB). I think there is some truth to this, and moreover, the same clang version compiled without problems using shell32.dll on wine-8.1, while linking failed on wine-8.2. Could it be that version 8.2 modified some linking commands and caused a need for very large memory, which resulted in a memory overflow?