sys icon indicating copy to clipboard operation
sys copied to clipboard

BC (bitcode) or LL (LLVM assembly language format)

Open marcinguy opened this issue 4 years ago • 1 comments

In the Readme Run section you use LL files as inputs.

Does it support BC and LL files as input? Or only LL?

Does it make a difference from performance, memory usage to have one big LL file/BC file or numerous BC/LL files?

What are the best practices, best approach?

Thanks,

marcinguy avatar Mar 26 '21 12:03 marcinguy

I think llvm-hs works happily with bc, but right now the front end is just looking for .ll extensions. Should be easy enough to extend.

deian avatar Mar 26 '21 23:03 deian