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: unassignedb...@nondot.org
          Reporter: artyom.polkovni...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to