Replies: 1 comment 1 reply
-
One immediate issue is that the llvm-project repository does not have a top-level CMakeLists.txt file. To resolve this, you need to use the SOURCE_SUBDIR argument to specify the location of the CMakeLists.txt file within the repository. Since I am not deeply familiar with the llvm-project structure, there might be additional adjustments required. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I have trouble integrating the LLVM package into my project. Here’s the segment I used in my CMakeLists.txt:
When I wrote the following code,
I got the following build output:
Has anyone integrated LLVM into their project before? How did you set the configuration?
Beta Was this translation helpful? Give feedback.
All reactions