search for: cmakeccompiler

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

Did you mean: cmake_c_compiler
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...t 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 variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_CXX_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_CXX_COMPILER CMake E...
2014 Oct 23
3
[LLVMdev] compiler-rt with MSVC 2013
...MPILER_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 variable not set, cmake may be not be >> built correctly. >> Missing variable is: >> CMAKE_CXX_COMPILER_ENV_VAR >> CMake Error: Error required internal CMake variable not set, cmake may be not be >> built corr...
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