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

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 06:14:15 PDT 2015


On Tue, Aug 18, 2015 at 9:01 AM, Michael Kruse via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> 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

I think you're fine; your commit did not contribute to that failure.

~Aaron

>
> 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
>>
>>
>>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list