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

Even when I build the solution, files like clang-cl.exe are not generated #2

Open
mossan0101 opened this issue Oct 26, 2023 · 1 comment

Comments

@mossan0101
Copy link

mossan0101 commented Oct 26, 2023

I am using the latest Visual Studio without making any changes.
I followed your tutorial to create a build file with CMake, and when I build the solution in Visual Studio, some executable files are generated, but such as clang-cl.exe and clang.exe are not generated.

I was able to build with the ollvm16 you referred to. -> https://github.com/wwh1004/ollvm-16

Also, here are the logs from CMake and Visual Studio during the build.
cmake log.txt
build.txt
build_error.txt

@DreamSoule, I need help 😵‍💫

@glebov21
Copy link

glebov21 commented Dec 4, 2023

Same.
getBasicBlockList is private from 16.0.0
https://github.com/search?q=repo%3Allvm%2Fllvm-project+getBasicBlockList&type=commits

Temp solution: @mossan0101
\llvm-project\llvm\include\llvm\IR\Function.h:722
move removeFromParent, eraseFromParent, getBasicBlockList to public

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

2 participants