You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LLD] [COFF] Don't crash on an empty -entry: argument
We can't pass an empty string to addUndefined().
This fixes the crash that was encountered in
llvm#93309 (turning the
crash into a properly handled error; making it do the right
thing is handled in llvm#96055).
0 commit comments