[llvm-dev] Can a bc file generated by the windows version llvm run with the linux version llvm?
Randall via llvm-dev
llvm-dev at lists.llvm.org
Wed Apr 13 02:57:19 PDT 2016
I generated a bc with a windows version llvm, and wanted to run it with a
linux version llvm. However, it can't.
LLVM IR has a unify format, doesn't it? why can't a bc file be recognized by
llvm backend?
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160413/2c66f07a/attachment.html>
More information about the llvm-dev
mailing list