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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to