search for: llvmalphaasmparser

Displaying 3 results from an estimated 3 matches for "llvmalphaasmparser".

2010 Aug 02
0
[LLVMdev] CMake broken?
I'm seeing this as well, but for the 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)...
2010 Aug 02
1
[LLVMdev] CMake broken?
Ted Kremenek <kremenek at apple.com> writes: > I'm seeing this as well, but for the LLVMAlphaAsmParser: The problem is that LLVMMCDisassembler became dependent on all targets and there is no provision for the case where the dependencies of a library lists a target that was not included on the build. The fix is not hard. I'll see if I have time for that later today.
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 Stack (most