Displaying 1 result from an estimated 1 matches for "r266002".
2016 Apr 12
2
Wanted: a way to test changes before breaking all the build bots.
So, I broke a few build modes with a recent commit (r266002). I had been
developing with clang in debug mode, which worked and passed tests fine.
But upon committing, I discovered that I had broken:
1) Bots building with GCC. (fixed subsequently in r266011)
2) Bots doing an NDEBUG build with -Werror. (fixed subsequently in r266016)
3) Bots building llvm wit...