Bug 362582 - LLVM build instructions not
Summary: LLVM build instructions not
Status: RESOLVED FIXED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Microsoft Windows
: NOR minor
Target Milestone: ---
Assignee: Sergio Martins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-02 09:57 UTC by Jeroen
Modified: 2016-05-02 11:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen 2016-05-02 09:57:25 UTC
Following instrucions in the README, BUILD INSTRUCTIONS (Windows):
When I try to build with:
cmake -DCMAKE_INSTALL_PREFIX=c:\my_install_folder\llvm\ -DLLVM_TARGETS_TO_BUILD="X64" -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles JOM" ..
llvm-build: error: invalid target to enable: 'X64' (not in project)

It appears that this target does not exist. Only "X86" exists. I googled for this target and found on this website http://lists.llvm.org/pipermail/cfe-dev/2015-March/042128.html that there is no x64 target at all.
Comment 1 Sergio Martins 2016-05-02 11:46:09 UTC
Git commit c9822684f5986f1f9b4c90556b0db9aaacaae3ed by Sergio Martins.
Committed on 02/05/2016 at 11:44.
Pushed by smartins into branch 'master'.

README: Fix Windows build instructions

X86 builds both x86 and x86_64 backends. X64 isn't even a supported option.

M  +1    -1    README

http://commits.kde.org/clazy/c9822684f5986f1f9b4c90556b0db9aaacaae3ed