search for: cmake_c_compiler_env_var

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

2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...nja CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build t ool. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER CMake Error: Could not find cmake module file: E:/llvm/compiler-rt-ninja/CMakeFi les/2.8.12.2/CMakeCCompiler.cmake CMake Error: Error required internal CMake vari...
2014 Oct 23
3
[LLVMdev] compiler-rt with MSVC 2013
...ram corresponding to "Ninja". >> CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build t >> ool. >> CMake Error: Error required internal CMake variable not set, cmake may be not be >> built correctly. >> Missing variable is: >> CMAKE_C_COMPILER_ENV_VAR >> CMake Error: Error required internal CMake variable not set, cmake may be not be >> built correctly. >> Missing variable is: >> CMAKE_C_COMPILER >> CMake Error: Could not find cmake module file: E:/llvm/compiler-rt-ninja/CMakeFi >> les/2.8.12.2/CMakeCCompiler...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
I think this issue is that we were not using the INTERCEPTOR macros to define these functions. The following patch seems to work for me to get the build linking again, however, I cannot test -- when I run check-asan, I get: 2> lit.py: lit.common.cfg:59: fatal: Invalid llvm_tools_dir config attribute: 'E:/llvm/2013/$(Configuration)/bin' ~Aaron On Thu, Oct 23, 2014 at 1:20 PM, Aaron