-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llvm[openmp] build failure #12377
Comments
Confirmed, this issue could repro, check the history, that feature added by #10295, and it has never worked with feature. Failures: CMake Error at E:/VCPKG/boost_173/vcpkg/buildtrees/llvm/src/org-10.0.0-32c002c70c/llvm/cmake/modules/AddLLVM.cmake:1566 (add_dependencies): CMake Error at E:/VCPKG/boost_173/vcpkg/buildtrees/llvm/src/org-10.0.0-32c002c70c/llvm/cmake/modules/AddLLVM.cmake:1566 (add_dependencies): |
Looks same issue with https://bugs.llvm.org/show_bug.cgi?id=40557#c2 |
Thanks very much. Does it mean we should wait for llvm team fixing CMake module files? |
@PhoebeHui @tan-wei Let me check this issue. I think OpenMP doesn't support build without LLVM test tools (lit, FileCheck). |
@yurybura, thank you as always! After some investigation, found it requires feature 'utils', which setting 'LLVM_INCLUDE_UTILS' to 'ON', then it configured successfully. However, it start to build failed with 'ninja: error: 'lib/libomp.dll.lib', needed by 'lib/libomp.libd', missing and no known rule to make it' |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install llvm[openmp]
Failure logs
config-x86-windows-out.log
install-x86-windows-dbg-err.log
The text was updated successfully, but these errors were encountered: