Re: [Diffusion] rL245290: [Support] On Windows, generate PDF files for graphs and open with associated…

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 06:01:29 PDT 2015


The buildbot complains about one failed test

http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/3965

LINK : fatal error LNK1104: cannot open file
'D:\buildslave\clang-x64-ninja-win7\stage1\projects\compiler-rt\test\ubsan\Standalone-x86_64\TestCases\Integer\Output\div-zero.cpp.tmp'

However, I don't see how the could relate to my commit. Do I need to
be concerned or does this just fail occasionally?

The successive build was successful:

http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/3966

Michael



2015-08-18 14:18 GMT+02:00 Michael Kruse <llvm at meinersbur.de>:
> Meinersbur committed rL245290: [Support] On Windows, generate PDF files for graphs and open with associated….
>
> [Support] On Windows, generate PDF files for graphs and open with associated viewer
>
> Summary: Windows system rarely have good PostScript viewers installed, but PDF viewers are common. So for viewing graphs, generate PDF files and open with the associated PDF viewer using cmd.exe's start command.
>
> Reviewers: Bigcheese, aaron.ballman
>
> Subscribers: aaron.ballman, JakeVanAdrighem, dwiberg, llvm-commits
>
> Differential Revision: http://reviews.llvm.org/D11877
>
>
> Files:
>   /llvm/trunk/lib/Support/GraphWriter.cpp
>
> Users:
>   Meinersbur (Author)
>
> http://reviews.llvm.org/rL245290
>
>
>


More information about the llvm-commits mailing list