Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marcinguy opened this issue Mar 26, 2021 · 1 comment
Open

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

marcinguy opened this issue Mar 26, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@marcinguy
Copy link

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,

@deian deian added the good first issue Good for newcomers label Mar 26, 2021
@deian
Copy link
Member

deian commented Mar 26, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants