[LLVMbugs] [Bug 18511] New: CMake looks for Graphviz on Windows, but it should use dotty
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 16 13:59:44 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18511
Bug ID: 18511
Summary: CMake looks for Graphviz on Windows, but it should use
dotty
Product: Build scripts
Version: trunk
Hardware: PC
OS: other
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: bmburstein at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I don't know what is the case on other platforms, but on Windows there is no
executable called Graphviz. I think the correct alternative is dotty.exe. The
CMake scripts look for Graphviz, as well as use it for things like -ast-view.
This obviously doesn't work on Windows. CMake should use the (already existing)
dotty.exe path variable instead of looking for Graphviz.
P.S. I wanted to mark this bug report as Windows OS, but the options are only
WinXP, Win2000 or WinNT. Which one is Win7?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140116/6c934e86/attachment.html>
More information about the llvm-bugs
mailing list