Displaying 3 results from an estimated 3 matches for "tcare".
Did you mean:
care
2010 Aug 02
6
[LLVMdev] CMake broken?
Hi all,
CMake seems to have broken in the last few days - or is it just me?
tcare:llvm-release tcare$ make -j4
-- Target triple: x86_64-apple-darwin10.5.0
-- Native target architecture is X86
-- Threads enabled.
-- Building with -fPIC
-- Targeting X86
CMake Error at cmake/modules/LLVMConfig.cmake:90 (message):
Library LLVMARMAsmParser not found in list of llvm libraries.
Call...
2010 Aug 02
0
[LLVMdev] CMake broken?
...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?
>
> tcare:llvm-release tcare$ make -j4
> -- Target triple: x86_64-apple-darwin10.5.0
> -- Native target architecture is X86
> -- Threads enabled.
> -- Building with -fPIC
> -- Targeting X86
> CMake Error at cmake/modules/LLVMConfig.cmake:90 (message):
> Library LLVMARMAsmParser not foun...
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 -DLLV...