Displaying 6 results from an estimated 6 matches for "explicit_llvm_config".
2010 Aug 02
6
[LLVMdev] CMake broken?
...ith -fPIC
-- Targeting X86
CMake Error at cmake/modules/LLVMConfig.cmake:90 (message):
Library LLVMARMAsmParser not found in list of llvm libraries.
Call Stack (most recent call first):
cmake/modules/LLVMConfig.cmake:27 (explicit_map_components_to_libraries)
cmake/modules/LLVMConfig.cmake:20 (explicit_llvm_config)
cmake/modules/AddLLVM.cmake:61 (llvm_config)
cmake/modules/AddLLVM.cmake:78 (add_llvm_executable)
tools/llvm-mc/CMakeLists.txt:3 (add_llvm_tool)
Tom
2010 Aug 02
0
[LLVMdev] CMake broken?
...he LLVMAlphaAsmParser:
CMake Error at cmake/modules/LLVMConfig.cmake:90 (message):
Library LLVMAlphaAsmPrinter not found in list of llvm libraries.
Call Stack (most recent call first):
cmake/modules/LLVMConfig.cmake:27 (explicit_map_components_to_libraries)
cmake/modules/LLVMConfig.cmake:20 (explicit_llvm_config)
cmake/modules/AddLLVM.cmake:61 (llvm_config)
cmake/modules/AddLLVM.cmake:78 (add_llvm_executable)
tools/llvm-mc/CMakeLists.txt:3 (add_llvm_tool)
On Aug 2, 2010, at 11:12 AM, Tom Care wrote:
> Hi all,
>
> CMake seems to have broken in the last few days - or is it just me?
>
&...
2010 Aug 02
0
[LLVMdev] CMake broken?
Tom Care <tcare at apple.com> writes:
> This was after starting with an empty build directory. It seems to
> work if I omit -DLLVM_TARGETS_TO_BUILD=X86, but a few days ago this
> was working with just this target.
Yep. I can replicate the problem on Linux with
mkdir foo && cd foo
cmake -DLLVM_TARGETS_TO_BUILD=X86 ../llvm
I'll investigate a bit.
2011 Mar 15
2
[LLVMdev] How to choose targets to build in CMake?
...include X86 in the
target list:
CMake Error at cmake/modules/LLVMConfig.cmake:127 (message):
Library `X86' not found in list of llvm libraries.
Call Stack (most recent call first):
cmake/modules/LLVMConfig.cmake:47 (explicit_map_components_to_libraries)
cmake/modules/LLVMConfig.cmake:40 (explicit_llvm_config)
cmake/modules/AddLLVM.cmake:82 (llvm_config)
cmake/modules/AddLLVM.cmake:114 (add_llvm_executable)
examples/Kaleidoscope/Chapter4/CMakeLists.txt:3 (add_llvm_example)
-- Configuring incomplete, errors occurred!
When I try the autotools, I can get what I want by running configure with
--enab...
2012 Apr 10
2
[LLVMdev] Building LLVM+clang on Windows
...gt; CMake Error at cmake/modules/LLVM-Config.cmake:141 (message):
> Library `vectorize' not found in list of llvm libraries.
> Call Stack (most recent call first):
> cmake/modules/LLVM-Config.cmake:54 (explicit_map_components_to_libraries)
> cmake/modules/LLVM-Config.cmake:47 (explicit_llvm_config)
> tools/clang/CMakeLists.txt:192 (llvm_config)
> tools/clang/lib/CodeGen/CMakeLists.txt:13 (add_clang_library)
I tried Googl'ing for the error, but nothing. A little help?
Note that I did successfully build LLVM without clang initially, but now I want to build it with clang.
- Pa...
2017 Nov 16
2
Correctly linking against libLLVM (single shared library build)
On 11/14/2017, 01:26 AM, Chris Bieneman wrote:
> Sorry for the delayed response. I've been out of town a lot lately.
>
> The documentation you referenced is unfortunately out of date (you might notice it still references autoconf). I'll see if I can find time to update it, but the guidance should be to use the `llvm_config` CMake function instead. The proper usage of that in the