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

Investigate whether OpenSSL can be build with clang-cl #3

Open
NikitaNikolaenko opened this issue Sep 21, 2021 · 0 comments
Open

Investigate whether OpenSSL can be build with clang-cl #3

NikitaNikolaenko opened this issue Sep 21, 2021 · 0 comments

Comments

@NikitaNikolaenko
Copy link
Contributor

OpenSSL build on Windows is currently using MSVC compiler (cl) since it needs the correct lib AND pdb files generated. If lib case is pretty much self-explanatory, the pdb one is not - it's only the case because the Perl script used to build OpenSSL fails to return a proper exit code when it doesn't find the correct pdb file.

clang-cl should be capable of generating the pdb file: http://blog.llvm.org/2017/08/llvm-on-windows-now-supports-pdb-debug.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant