Kosov Pavel via llvm-dev
2020-Jun-02 06:01 UTC
[llvm-dev] [llvm-link] Windows release does not have some utilities
Hi, I downloaded windows installer for LLVM 10 from https://releases.llvm.org/download.html#10.0.0 And after installation did not find some utilities there, which are available for Ubuntu pre-builds ( like `llvm-link`, `llvm-extract` etc. ) Are there any plans to add these pre-built utilities to further windows releases? Thank you Pavel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200602/8623aea7/attachment.html>
Hans Wennborg via llvm-dev
2020-Jun-03 12:04 UTC
[llvm-dev] [llvm-link] Windows release does not have some utilities
Hi Pavel, No, the focus of the LLVM pre-builds -- both the releases and the snapshots at https://llvm.org/builds -- is to provide a C/C++ toolchain with Clang, LLD, sanitizer runtimes, etc. The more "llvm internal" tools such as llc, opt, llvm-link, etc. are not included in order to reduce the size of the package. Users who need those have to build them. Thanks, Hans On Tue, Jun 2, 2020 at 8:01 AM Kosov Pavel via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hi, I downloaded windows installer for LLVM 10 from https://releases.llvm.org/download.html#10.0.0 > > And after installation did not find some utilities there, which are available for Ubuntu pre-builds ( like `llvm-link`, `llvm-extract` etc. ) > > Are there any plans to add these pre-built utilities to further windows releases? > > > > Thank you > > Pavel > > > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev