[llvm-dev] [llvm-link] Windows release does not have some utilities

Hans Wennborg via llvm-dev llvm-dev at lists.llvm.org
Wed Jun 3 05:04:10 PDT 2020


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


More information about the llvm-dev mailing list