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

             Bug #: 13689
           Summary: cmake build not defining HAVE_BACKTRACE
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: cmake
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


on a cmake build:

$ grep -r HAVE_B include/llvm/Config/config.h
#undef HAVE_BACKTRACE
#undef HAVE_BCOPY


on a configure build:

$ grep -r HAVE_B include/llvm/Config/config.h
#define HAVE_BACKTRACE 1
/* #undef HAVE_BCOPY */

-- 
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