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

            Bug ID: 51375
           Summary: cannot build openmp project with Visual Studio
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: Runtime Library
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Build of LLVM 11 fails on a Windows 7 machine with Visual Studio 2019.

Build commands:

set CXXFLAGS=/bigobj
cmake -G "Visual Studio 16 2019" -A x64 -Thost=x64 
    -D LLVM_ENABLE_PROJECTS=clang;openmp
    -D LLVM_TARGETS_TO_BUILD=X86
    -D LIBOMP_COPY_EXPORTS=OFF
    ..\llvm-project\llvm
msbuild /p:configuration=release projects\openmp\runtime\src\ompimp.vcxproj

Error message:

LINK : fatal error LNK1181: cannot open input file
'C:\Users\Geoff\kirpi\tmp\lib\libomp.dll.lib'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to