[LLVMbugs] [Bug 14324] New: LLVM fails to build if both NDEBUG and LLVM_ENABLE_DUMP are defined

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 12 18:05:19 PST 2012


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

             Bug #: 14324
           Summary: LLVM fails to build if both NDEBUG and
                    LLVM_ENABLE_DUMP are defined
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: chithanh at gentoo.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9528
  --> http://llvm.org/bugs/attachment.cgi?id=9528
llvm-dump-defines.patch

This is because in one place in include/llvm/CodeGen/MachineScheduler.h and two
places in lib/Transforms/Scalar/SROA.cpp it is only checked for NDEBUG, and not
for LLVM_ENABLE_DUMP.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list