This fixes https://github.com/llvm/llvm-project/issues/50114 where lldb/mac can't load object files from thin archives.
This patch allows lldb to identify thin archives, and load object files contained in them.
I'm a novice at llvm and I'm not sure whether I'm fixing this right, so please tell me if anything wrong with this fix, thank you guys!