http://llvm.org/bugs/show_bug.cgi?id=9533

           Summary: cmake fails when building ARM-only
           Product: Build scripts
           Version: 2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


r128146 of http://llvm.org/svn/llvm-project/llvm/branches/release_29/ fails to
run cmake when the only target to build is "ARM".

CMake output is:

 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:77 (llvm_config)
   cmake/modules/AddLLVM.cmake:96 (add_llvm_executable)
   tools/opt/CMakeLists.txt:3 (add_llvm_tool)

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to