[llvm-dev] Heads up: Bug in CMake found when attempting 64-bit build with 32-bit clang-cl.

Brad King via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 18 07:14:07 PDT 2015


On 09/18/2015 12:07 AM, Sean Silva wrote:
> msvc_deps_prefix = LINK : error LNK2001: 
> 
> there was a call to clang-cl done during the configure process
> that *wasn't including -m64*

This looks like the same problem reported here:

 CMakeClDeps.cmake doesn't work if CC contains arguments
 http://www.cmake.org/Bug/view.php?id=15596

I've just drafted some changes to fix it.  Please follow the issue
tracker entry for details.  Also please try out the fix and report
back.

Thanks,
-Brad


More information about the llvm-dev mailing list