This is an archive of the discontinued LLVM Phabricator instance.

Fix Windows-on-Arm buildbots
ClosedPublic

Authored by maxim-kuvyrkov on Jan 13 2021, 7:20 AM.

Details

Summary

... by disabling parts that don't build yet.

compiler-rt\lib\sanitizer_common\sanitizer_unwind_win.cpp assumes WIN64 is
x86_64, so, before that's fixed, disable everything that triggers its build.

Event Timeline

maxim-kuvyrkov created this revision.Jan 13 2021, 7:20 AM
maxim-kuvyrkov requested review of this revision.Jan 13 2021, 7:20 AM

Any comments?

This is a fairly trivial patch, so I'll commit it if there are no objections in a day or two.

Regards.

This revision is now accepted and ready to land.Jan 21 2021, 5:58 PM

@gkistanova

Hi Galina,

Would you please schedule a buildmaster restart to get this change into effect?

Thanks!