Skip to content

Include llvm-link into Windows distribution #51192

@polkovnikov

Description

@polkovnikov
Bugzilla Link 51850
Version unspecified
OS Windows NT
CC @xgupta

Extended Description

There is no llvm-link.exe inside Windows distribution, for example in this one https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0-rc2/LLVM-13.0.0-rc2-win64.exe.

I don't know how to join two .bc files into one, like I did with llvm-link on Linux:

llvm-link a.bc b.bc -o ab.bc

Maybe you can suggest at least a workaround with those tools that are included.

Also would be nice to have llvm-as.exe inside package so to be able to compile .ll text assembly to .bc bitcode.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions