Turn off reverse iteration of SmallPtrSet by default since it causes
builtbots to crash. Will re-enable it once I have a fix.
Details
Details
- Reviewers
qcolombet
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Internally, we only build llvm for ARM targets. The buildbot crashes are only on some of the non-ARM tests:
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_check/31314/testReport/junit/LLVM
I will build other targets and try to figure out a fix and then re-enable the default behavior.
Comment Actions
The ones that first pinged me were the self-host bots. Build clang, then use that clang to build clang again. Mostly clang itself was crashing.
Comment Actions
I fixed it as of r289626 (hopefully).
Please, if the build is broken, either
- submit the fix *without* pre-commits review.
- or revert the patch immediately and submit a new review that includes the fix.
Comment Actions
Hi,
I would rather just revert the patch for now instead of disabling the feature.
Also, when bots are broken, like Mehdi said, skip pre-commit review and reverts are cheap :).
Cheers,
-Quentin