Osman Zakir via llvm-dev
2018-Nov-26 11:51 UTC
[llvm-dev] Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
I ran CMake on the command line with this command: " cmake .. -DCMAKE_INSTALL_PREFIX=../install_x64 -T host=x64 -G "Visual Studio 15 2017 Win64" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly " And I have LLD and Clang where they should be. But I still couldn't generate project files. The path to the build and installation directories don't have spaces at all this time, either. I'm attaching the logs to this message. Please help. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181126/09b71fe9/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: CMakeError.log Type: application/octet-stream Size: 571507 bytes Desc: CMakeError.log URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181126/09b71fe9/attachment-0002.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: CMakeOutput.log Type: application/octet-stream Size: 208717 bytes Desc: CMakeOutput.log URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181126/09b71fe9/attachment-0003.obj>
Zachary Turner via llvm-dev
2018-Nov-26 23:27 UTC
[llvm-dev] Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
I don't know if it actually matters, but I think there should not be a space after -T. Usually I would specify it like -Thost=x64. On Mon, Nov 26, 2018 at 8:53 AM Osman Zakir via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I ran CMake on the command line with this command: > " > cmake .. -DCMAKE_INSTALL_PREFIX=../install_x64 -T host=x64 -G "Visual > Studio 15 2017 Win64" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly > " > > And I have LLD and Clang where they should be. But I still couldn't > generate project files. The path to the build and installation directories > don't have spaces at all this time, either. I'm attaching the logs to this > message. Please help. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181126/e73f3b0c/attachment.html>
Osman Zakir via llvm-dev
2018-Nov-26 23:30 UTC
[llvm-dev] Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
Yeah, I don't think that matters. It did set the toolset architecture to x64. You know, I attached those log files for a reason. ________________________________ From: Zachary Turner <zturner at google.com> Sent: Tuesday, November 27, 2018 4:27 AM To: Osman Zakir Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Have LLD and Clang in their correct locations, but still can't generate project files for LLVM I don't know if it actually matters, but I think there should not be a space after -T. Usually I would specify it like -Thost=x64. On Mon, Nov 26, 2018 at 8:53 AM Osman Zakir via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: I ran CMake on the command line with this command: " cmake .. -DCMAKE_INSTALL_PREFIX=../install_x64 -T host=x64 -G "Visual Studio 15 2017 Win64" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly " And I have LLD and Clang where they should be. But I still couldn't generate project files. The path to the build and installation directories don't have spaces at all this time, either. I'm attaching the logs to this message. Please help. _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181126/af883062/attachment.html>