[Lldb-commits] [lldb] r295369 - Fix build

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 17 02:35:36 PST 2017


Hey Zach,

after you think you've fixed the build, could you check back on the
buildbot to make sure that it actually fixes things? In this case you
would've seen that after the build is fixed, the next thing it runs
into is about a dozen test failures.

In fact, this breakage was something that would have been already
caught by running the unit tests on windows, which leads me to believe
you didn't run them before submission.

Thanks,
pl


2017-02-16 20:15 GMT+00:00 Zachary Turner via lldb-commits
<lldb-commits at lists.llvm.org>:
> Author: zturner
> Date: Thu Feb 16 14:15:26 2017
> New Revision: 295369
>
> URL: http://llvm.org/viewvc/llvm-project?rev=295369&view=rev
> Log:
> Fix build
>
> Modified:
>     lldb/trunk/source/Utility/VASprintf.cpp
>     lldb/trunk/unittests/Utility/VASprintfTest.cpp
>
> Modified: lldb/trunk/source/Utility/VASprintf.cpp
> URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Utility/VASprintf.cpp?rev=295369&r1=295368&r2=295369&view=diff
> ==============================================================================
> --- lldb/trunk/source/Utility/VASprintf.cpp (original)
> +++ lldb/trunk/source/Utility/VASprintf.cpp Thu Feb 16 14:15:26 2017
> @@ -7,7 +7,7 @@
>  //
>  //===----------------------------------------------------------------------===//
>
> -#include "lldb/Utility/VASprintf.h"
> +#include "lldb/Utility/VASPrintf.h"
>
>  #include "llvm/ADT/SmallString.h"
>
>
> Modified: lldb/trunk/unittests/Utility/VASprintfTest.cpp
> URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/Utility/VASprintfTest.cpp?rev=295369&r1=295368&r2=295369&view=diff
> ==============================================================================
> --- lldb/trunk/unittests/Utility/VASprintfTest.cpp (original)
> +++ lldb/trunk/unittests/Utility/VASprintfTest.cpp Thu Feb 16 14:15:26 2017
> @@ -7,7 +7,7 @@
>  //
>  //===----------------------------------------------------------------------===//
>
> -#include "lldb/Utility/VASprintf.h"
> +#include "lldb/Utility/VASPrintf.h"
>  #include "llvm/ADT/SmallString.h"
>
>  #include "gtest/gtest.h"
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


More information about the lldb-commits mailing list