Displaying 2 results from an estimated 2 matches for "20studio".
2017 Feb 28
3
LLVM_TARGETS_TO_BUILD
...c:\cmake-3.8.0-rc1-win64-x64\bin\cmake.exe
> -DLLVM_TARGETS_TO_BUILD=x86_64 -G "Visual Studio 14" -A Win64
>
> (plus a path to the source). That last argument is a bit of a guess,
> but fits in with documentation at
> https://cmake.org/cmake/help/v3.8/generator/Visual%
> 20Studio%2014%202015.html
> (for example).
>
> Hope this works out for you.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170227/cde348d2/attachment.html>
2017 Feb 28
3
LLVM_TARGETS_TO_BUILD
I'm trying to build LLVM on Windows 10 for x86_64. The cmake cmdline I used
is
c:\cmake-3.8.0-rc1-win64-x64\bin\cmake.exe -DLLVM_TARGETS_TO_BUILD=x86_64
-G "Visual Studio 14" .
And this ultimately gives me:
llvm-build: error: invalid target to enable: 'x86_64' (not in project)
The source I'm trying to build is the llvm-3.8.0.src.tar.xz I got from