-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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/include/llvm/Config/llvm-config.h and clang/AST/DeclNodes.inc missing #58260
Comments
Double checked, Above 3 cmake files suppose to generate(process by llvm\utils\gn\build\write_cmake_config.py) corresponding header files while they did not as intended. |
Update: I am able to build using command line mode in console(MINGW64) instead of using visual stduio, seems missing files mentioned above are able to be produced by following command But from cmake gui, seems there is no gui interface to execute such command. |
Hello, dear friends! |
Hi, Did you get the solution, I am facing the same issue currently. |
Just use command line cmake to build, something like |
I have been using cmake gui with following configurations
(LLVM_ENABLE_PROJECTS="clang;lldb;clang-tools-extra")
to generate sln visual studio project file for build, it can compile, but
llvm-config.h
file is not generated (fromllvm/Config/llvm-config.h.cmake
);Also tried to include clang frontend and matcher headers, but gives inc file not found:
how to fix this? Thanks.
The text was updated successfully, but these errors were encountered: