罗勇刚(Yonggang Luo) via llvm-dev
2018-Aug-25 07:49 UTC
[llvm-dev] How to add llvm-link.exe in LLVM win32 binary releases.
I want to link bitcode file with llvm-link, but the http://releases.llvm.org/6.0.1/LLVM-6.0.1-win32.exe Doesn't containts the llvm-link executable. Hope LLVM 7.0 would contain that. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180825/6e5b7ae0/attachment.html>
Hans Wennborg via llvm-dev
2018-Aug-27 09:15 UTC
[llvm-dev] [cfe-dev] How to add llvm-link.exe in LLVM win32 binary releases.
The Windows packages are focused on shipping LLVM as a toolchain, so mainly include Clang, LLD and so on. In particular, they don't include opt, llc, lld-link etc. (This is controlled by the LLVM_INSTALL_TOOLCHAIN_ONLY CMake macro). If you need llvm-link.exe, I recommend that you build it yourself. Thanks, Hans On Sat, Aug 25, 2018 at 9:49 AM, 罗勇刚(Yonggang Luo) via cfe-dev <cfe-dev at lists.llvm.org> wrote:> I want to link bitcode file with llvm-link, but the > http://releases.llvm.org/6.0.1/LLVM-6.0.1-win32.exe > Doesn't containts the llvm-link executable. > Hope LLVM 7.0 would contain that. > > -- > 此致 > 礼 > 罗勇刚 > Yours > sincerely, > Yonggang Luo > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >