[cfe-dev] Build failure: <cstdarg> not found on buildbot

Manuel Klimek via cfe-dev cfe-dev at lists.llvm.org
Thu Oct 22 04:38:42 PDT 2015


for what it's worth, this was fixed already (by replacing it with #include
<stdarg.h>, which is a builtin include)

On Wed, Oct 21, 2015 at 11:52 PM Matthias Gehre via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> Hi,
>
> seems that I caused a buildbot failure (sorry!) [1], because a clang-tidy
> test includes <cstdarg>, which is not found on the buildbot.
>
> The error is:
> /var/lib/buildbot/slaves/hexagon-build-03/clang-hexagon-elf/llvm.obj/tools/clang/tools/extra/test/clang-tidy/Output/cppcoreguidelines-pro-type-vararg.cpp.tmp.cpp:39:10:
> error: 'cstdarg' file not found [clang-diagnostic-error]
> #include <cstdarg>
>
> I have a hard time investigating, because it works on my machine.
> Does anyone have an idea why is it not found on the buildbot? Do I need to
> pass additional (include) flags inside the test?
>
> Thanks, and sorry for the noise,
>
> Matthias
>
> [1] http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/32312
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151022/7e5f35d0/attachment.html>


More information about the cfe-dev mailing list