[llvm-dev] Embedding llvm as a git submodule in Project
Timo Janssen via llvm-dev
llvm-dev at lists.llvm.org
Sun Oct 9 07:18:24 PDT 2016
Hi all.
I want to use llvm in my project and I want to make llvm a git submodule
in my project.
http://llvm.org/docs/CMake.html#embedding-llvm-in-your-project
At this in the documentation it claims to describe how to embed llvm
into a project. I tried it that way but it doesn't work, because there
isn't any findLLVM.cmake in the llvm/cmake/modules directory anymore (i
don't know if there was one in the past).
Can someone tell me how to do it now.
Timo Janssen
More information about the llvm-dev
mailing list