[llvm-bugs] [Bug 51850] New: Include llvm-link into Windows distribution

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 14 08:17:08 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=51850

            Bug ID: 51850
           Summary: Include llvm-link into Windows distribution
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Windows Installer
          Assignee: unassignedbugs at nondot.org
          Reporter: artyom.polkovnikov at gmail.com
                CC: llvm-bugs at lists.llvm.org

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210914/b049d1de/attachment.html>


More information about the llvm-bugs mailing list