[LLVMbugs] [Bug 24019] New: scan-build searches for clang instead of clang.exe on Windows (patch attached)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 2 08:43:52 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24019
Bug ID: 24019
Summary: scan-build searches for clang instead of clang.exe on
Windows (patch attached)
Product: clang
Version: 3.6
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
Assignee: kremenek at apple.com
Reporter: raphael.huck at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 14548
--> https://llvm.org/bugs/attachment.cgi?id=14548&action=edit
Fix for scan-build 3.6.1
With version 3.6.1, under Windows, scan-build looks for clang instead of
clang.exe
In the attached patch, I'm reusing the $IsWinBuild variable already defined in
scan-build to add ".exe" at the end of the name under Windows
--
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/20150702/9bba623a/attachment.html>
More information about the llvm-bugs
mailing list