[llvm-bugs] [Bug 38612] New: Openmp failed to build with LIBOMP_USE_DEBUGGER=ON

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Aug 16 22:47:13 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38612

            Bug ID: 38612
           Summary: Openmp failed to build with LIBOMP_USE_DEBUGGER=ON
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Runtime Library
          Assignee: unassignedbugs at nondot.org
          Reporter: chasun at microsoft.com
                CC: llvm-bugs at lists.llvm.org

In kmp_debugger.cpp,

Should insert a line of
#include "kmp_config.h"

before 
#if USE_DEBUGGER

Otherwise, USE_DEBUGGER is always undefined.

-- 
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/20180817/e8ddb78b/attachment.html>


More information about the llvm-bugs mailing list