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

Reply via email to