[LLVMbugs] [Bug 20321] New: CLANG_ENABLE_REWRITER=0 makes crash report unavailable (preprocessed source is not generated)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 16 04:02:14 PDT 2014


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

            Bug ID: 20321
           Summary: CLANG_ENABLE_REWRITER=0 makes crash report unavailable
                    (preprocessed source is not generated)
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: geek4civic at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

With ENABLE_REWRITER=ENABLE_STATICANAYZER=ENABLE_ARCMT=0,
clang/test/Driver/crash-report.c fails.

  clang-3.5: note: diagnostic msg: Error generating preprocessed source(s).

When creating preprocessed source in crash reported,
clang -E is invoked with -frewrite-includes. (Driver/Tools.cpp:4140)
Without ENABLE_REWRITER, clang -frewrite-includes fails.

-- 
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/20140716/53f0f896/attachment.html>


More information about the llvm-bugs mailing list