[LLVMbugs] [Bug 20217] New: clang-cl /showIncludes should write to stdout, not stderr

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Jul 5 18:27:11 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20217

            Bug ID: 20217
           Summary: clang-cl /showIncludes should write to stdout, not
                    stderr
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

cl.exe writes /showIncludes output to stdout. clang-cl currently writes it to
stderr.

(This matters e.g. for `ninja -t msvc -o foo.cc` which parses /showIncludes
output, but only if it's on stdout -- https://github.com/martine/ninja/pull/734
)

-- 
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/20140706/664d9378/attachment.html>


More information about the llvm-bugs mailing list