Displaying 2 results from an estimated 2 matches for "nix_llvm_config".
2008 Nov 14
3
[LLVMdev] bugs in CMake build
...if the system is big endian - little endian
-- Target triplet: i686-pc-linux-gnu
llvm-config: unknown component name: powerpc
CMake Error at cmake/modules/LLVMConfig.cmake:41 (message):
llvm-config failed for executable llc
Call Stack (most recent call first):
cmake/modules/LLVMConfig.cmake:5 (nix_llvm_config)
cmake/modules/AddLLVM.cmake:16 (llvm_config)
cmake/modules/AddLLVM.cmake:36 (add_llvm_executable)
tools/llc/CMakeLists.txt:3 (add_llvm_tool)
I'll see if I can find the cause of the problem myself, or does anyone
have a suggestion about this?
Thanks,
Kevin André
-------------- next p...
2008 Nov 14
0
[LLVMdev] bugs in CMake build
...om scratch but it
> generated almost the same error:
>
> llvm-config: unknown component name: jit
> CMake Error at cmake/modules/LLVMConfig.cmake:41 (message):
> llvm-config failed for executable lli
> Call Stack (most recent call first):
> cmake/modules/LLVMConfig.cmake:5 (nix_llvm_config)
> cmake/modules/AddLLVM.cmake:16 (llvm_config)
> cmake/modules/AddLLVM.cmake:36 (add_llvm_executable)
> tools/lli/CMakeLists.txt:3 (add_llvm_tool)
This doesn't surprise me. It's broken.
> This reminds me that I have disabled some of the libraries that I
> don't n...