llvm-readobj currently has a bug (see PR40097) where it prints '@' at the end of unversioned symbols. I have a fix for this bug ready (see D56319), but the fix breaks a number of LLD tests which explicitly check the spurious '@'. This change removes this checking.
I don't have my system setup to do cross-repo commits, so this change is needed before D56319 can land.