[LLVMbugs] [Bug 11432] New: CMake fails to detect MSVC-built Clang's target triple

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Nov 25 03:25:28 PST 2011


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

             Bug #: 11432
           Summary: CMake fails to detect MSVC-built Clang's target triple
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: vanboxem.ruben at gmail.com
                CC: llvmbugs at cs.uiuc.edu, ofv at wanadoo.es
    Classification: Unclassified


I get this error when trying to run CMake to use Clang

cmake ../../Source/LLVM -G"NMake Makefiles JOM" -DCMAKE_C_COMPILER=clang
-DCMAKE_CXX_COMPILER=clang++

CMake Error at cmake/modules/GetTargetTriple.cmake:24 (message):
  Failed to execute M:/Development/Source/LLVM/autoconf/config.guess
Call Stack (most recent call first):
  cmake/config-ix.cmake:291 (get_target_triple)
  CMakeLists.txt:205 (include)

-- 
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.



More information about the llvm-bugs mailing list