On Wed, Sep 10, 2014 at 11:46 AM, Renato Golin <[email protected]> wrote: > On 10 September 2014 06:07, Craig Topper <[email protected]> wrote: >> Author: ctopper >> Date: Wed Sep 10 00:07:57 2014 >> New Revision: 217475 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=217475&view=rev >> Log: >> Unique_ptrify PPCallbacks ownership. Goes with clang r217474. > > Hi Caig, either this commit or the preview (217474) broke all ARM bots: > > http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/14/steps/ninja%20check%201/logs/Clang-Unit%3A%3APreprocessorFrontendAction.EndSourceFile
It also broke all non-ARM bots ;) I reverted the broken part of the patch in r217481, it tried to access an unique_ptr that has been moved away. - Ben > > cheers, > --renato > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
