This is an archive of the discontinued LLVM Phabricator instance.

Disable deprecated-copy warnings on various LLVM code to bring the bot back to green
ClosedPublic

Authored by nemanjai on Apr 23 2021, 5:29 PM.

Details

Summary

Bootstrap with -Werror is currently broken due to https://reviews.llvm.org/D79714.
This patch is required to bring the bootstrap bot back to green. The code will likely need to be fixed and the pragmas removed in due time, but for now we need to bring the bot back up.

Bot that is currently failing:
https://lab.llvm.org/buildbot/#/builders/36/builds/7680

Diff Detail

Event Timeline

nemanjai requested review of this revision.Apr 23 2021, 5:29 PM
nemanjai created this revision.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 23 2021, 5:29 PM
vitalybuka accepted this revision.Apr 25 2021, 12:41 PM
This revision is now accepted and ready to land.Apr 25 2021, 12:41 PM