[cfe-dev] Heads up: Bug in CMake found when attempting 64-bit build with 32-bit clang-cl.
Sean Silva via cfe-dev
cfe-dev at lists.llvm.org
Fri Sep 18 15:04:24 PDT 2015
On Fri, Sep 18, 2015 at 7:14 AM, Brad King <brad.king at kitware.com> wrote:
> 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
D'oh, I should have googled for `msvc_deps_prefix = LINK : error LNK2001: `!
>
> 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.
>
I just tried with the `next` branch and it works! Thanks!
-- Sean Silva
>
> Thanks,
> -Brad
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150918/82b853f5/attachment.html>
More information about the cfe-dev
mailing list