[LLVMbugs] [Bug 20861] New: -fdump-record-layouts splits output across stdout, stderr

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 5 14:24:07 PDT 2014


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

            Bug ID: 20861
           Summary: -fdump-record-layouts splits output across stdout,
                    stderr
           Product: clang
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: rzg at apple.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The -fdump-record-layouts option prints some information to stderr, and some to
stdout. This makes it more difficult to capture the dump to a file or to pipe
it to another process. For instance, the information gets out of order if you
try to redirect stderr to stdout with 2>&1.

-- 
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/20140905/d0edaf82/attachment.html>


More information about the llvm-bugs mailing list