error: definition of implicit copy constructor for 'LoopNest' is deprecated because it has a user-declared copy assignment operator [-Werror,-Wdeprecated-copy] LoopNest &operator=(const LoopNest &) = delete;
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It appears that this change broke the sanitizer-windows bot:
https://lab.llvm.org/buildbot/#/builders/127/builds/12064
Comment Actions
I am having problem reproducing it, and have emailed @rnk and @gkistanova to get help.
Comment Actions
The buildbot went green before your revert has landed.
No idea what's going on, but this change does not seem to be the cause of it.
Comment Actions
I saw the PDB related error and forced a clean build. That turned the bot green again.