[LLVMbugs] [Bug 13689] New: cmake build not defining HAVE_BACKTRACE

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 24 07:42:17 PDT 2012


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: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list