Tests are failing with LLVM_LINK_LLVM_DYLIB because copies of ArchInfo are
being created somehow, so using address for comparison is failing. Change
to use string comparison based on the name until I can figure out what the
issue with address comparison is.
Details
Details
- Reviewers
mgorny DavidSpickett
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I can confirm it solves the failing tests I'm seeing with LLVM_LINK_LLVM_DYLIB, but I'm not versed in this part of the code or the recent changes.
Comment Actions
Well, it fixes the problem for me as well. I don't know the code but FWICS you've added the original assumption, so I guess you know best.
My personal preference would be to revert the change and combine this into the original patch but I'm happy with whatever fixes the problem.