All of the other tests here either check that the copy fails, or that
the resulting binary is the same, it seems like this check was omitted
for the universal object case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This breaks darwin bot: https://green.lab.llvm.org/green/job/clang-stage1-RA/29421/
Can you take a look or revert if you can't address it immediately? Thanks!
Comment Actions
We're also seeing this on Fuchsia's Clang CI. https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-mac-x64/b8813965072418331409/overview
Comment Actions
We're seeing an internal failure after this change as well :( Great catch, but it looks like it exposed some existing brokenness.
Comment Actions
Yea it passes on my M1 machine, I will test on Intel and see if that's the difference, I have reverted since so hopefully everyone is back to green and I'll debug async and post here with the new fix.