-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Closed
Labels
Description
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.