Displaying 3 results from an estimated 3 matches for "timoo".
Did you mean:
timo
2016 Oct 10
2
Embedding llvm as a git submodule in Project
...AKE_PREFIX_PATH or set
> "LLVM_DIR" to a directory containing one of the above files. If "LLVM"
> provides a separate development package or SDK, be sure it has been
> installed.
>
>
> -- Configuring incomplete, errors occurred!
> See also "/home/timoo/Schreibtisch/build/CMakeFiles/CMakeOutput.log"
>
>
> I added the PATHS to find_package becouse the command must find the files.
>
> In the llvm/cmake/modules dircotry are:
>
> LLVM-Config.cmake (instead of lower case) and
>
> LLVMConfig.cmake.in (.in added at end)
&g...
2016 Oct 09
3
Embedding llvm as a git submodule in Project
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
2016 Oct 10
2
Embedding llvm as a git submodule in Project
...gt; "LLVM_DIR" to a directory containing one of the above files. If "LLVM"
>> provides a separate development package or SDK, be sure it has been
>> installed.
>>
>>
>> -- Configuring incomplete, errors occurred!
>> See also "/home/timoo/Schreibtisch/build/CMakeFiles/CMakeOutput.log"
>>
>>
>> I added the PATHS to find_package becouse the command must find the files.
>>
>> In the llvm/cmake/modules dircotry are:
>>
>> LLVM-Config.cmake (instead of lower case) and
>>
>> LLVMC...