[llvm-bugs] [Bug 47599] New: Building OpenMP on windows does not look for omp libs in correct directory

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Sep 21 08:36:32 PDT 2020


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

            Bug ID: 47599
           Summary: Building OpenMP on windows does not look for omp libs
                    in correct directory
           Product: new-bugs
           Version: 10.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: zelexi at gmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

This issue occurs on 10,11 and trunk (that I've tested).

Building on Windows 10 looks for the libomp* stuff in lib/ and bin/, but the
build itself outputs to release/lib and release/bin. 

To fix this locally I have to build twice. 

Building once 

then copying libomp.dll.lib, libomp.lib from release/lib to lib/ and libomp.dll
from release/bin to bin/

Then building again as linking will now succeed.

-- 
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/20200921/2ca95cc5/attachment.html>


More information about the llvm-bugs mailing list