[llvm-bugs] [Bug 38696] New: Clang-CL freezes compiling C++ file with OpenMP enabled

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 24 16:47:24 PDT 2018


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

            Bug ID: 38696
           Summary: Clang-CL freezes compiling C++ file with OpenMP
                    enabled
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: rosensteinniklas at gmail.com
                CC: llvm-bugs at lists.llvm.org

Clang-CL freezes compiling the attached TexturePack.cpp file, but only with
OpenMP enabled. I'm using LLVM for Windows with clang 8.0.0 (trunk) and MSVC
2017 19.14.26433.

The attached archive has all the necessary source files. I also provide a
buildlog.txt and a Python script (run.py) which you can use to run the command
on your machine (adjusts some paths and sets up the environment for Clang-CL).

The script makes some assumptions, eg. on the Visual Studio 2017 version. You
may need to exchange the "Professional" in the vcvarsall string with whatever
VS version you are using. It also assume LLVM is installed under C:\Program
Files\LLVM.

This is my first time submitting a bug report to LLVM -- please let me know if
you need any more information.

-- 
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/20180824/2b76427d/attachment.html>


More information about the llvm-bugs mailing list