Skip to content
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] Linker error missing ld.lib (x64-windows) #6584

Closed
Neumann-A opened this issue May 23, 2019 · 2 comments
Closed

[LLVM] Linker error missing ld.lib (x64-windows) #6584

Neumann-A opened this issue May 23, 2019 · 2 comments
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@Neumann-A
Copy link
Contributor

Reason:

find_library(DL_LIBRARY_PATH dl)
if (DL_LIBRARY_PATH)
  list(APPEND LIBS dl)
endif()

in G:\vcpkg_test\vcpkg\buildtrees\llvm\src\llvm-7.0.0.src\tools\clang\tools\libclang\CMakeLists.txt

should probably be list(APPEND LIBS "${DL_LIBRARY_PATH}")

@Neumann-A
Copy link
Contributor Author

LLVM could also use an update to 8.0.0. But to be honest LLVM is most likely used with --head anyway ;)

@JackBoosY JackBoosY added the category:port-bug The issue is with a library, which is something the port should already support label May 24, 2019
@JackBoosY
Copy link
Contributor

PR has been merged, close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

2 participants