search for: cmakecxxcompil

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

Did you mean: cmakecxxcompiler
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...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 Error: Could not find cmake module file: E:/llvm/compiler-rt-ninja/CMakeFi les/2.8.12.2/CMakeCXXCompiler.cmake -- Configuring incomplete, errors occurred! ~Aaron > > 2014-10-23 11:17 GMT-07:00 Aaron Ballman <aaron at aaronballman.com>: >> I think this issue is that we were not using the INTERCEPTOR macros to >> define these functions. The following patch seems to work for m...
2014 Oct 23
3
[LLVMdev] compiler-rt with MSVC 2013
...ILER_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 Error: Could not find cmake module file: E:/llvm/compiler-rt-ninja/CMakeFi >> les/2.8.12.2/CMakeCXXCompiler.cmake >> -- Configuring incomplete, errors occurred! >> >> ~Aaron >> >>> >>> 2014-10-23 11:17 GMT-07:00 Aaron Ballman <aaron at aaronballman.com>: >>>> I think this issue is that we were not using the INTERCEPTOR macros to >>>&g...
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