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

Reply via email to