Issue 75991
Summary compiler-rt fails to build on windows. with Cmake error "Fetching target triple from compiler "MSVC" is not implemented." when 64 bit host and architecture selected
Labels new issue
Assignees
Reporter nizmogtr
    Building compiler-rt on windows fails with the following error:

CMake Error at cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake:60 (message):
  Fetching target triple from compiler "MSVC" is not implemented.
Call Stack (most recent call first):
  cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake:11 (compiler_rt_mock_llvm_cmake_config_set_target_triple)
 cmake/Modules/CompilerRTUtils.cmake:351 (compiler_rt_mock_llvm_cmake_config)
  CMakeLists.txt:85 (load_llvm_config)


-- Configuring incomplete, errors occurred!
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to