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

Allow multiple entry points in a single binary #17

Open
dz333 opened this issue Aug 22, 2018 · 0 comments
Open

Allow multiple entry points in a single binary #17

dz333 opened this issue Aug 22, 2018 · 0 comments

Comments

@dz333
Copy link
Collaborator

dz333 commented Aug 22, 2018

From @gharrma on May 15, 2018 14:39

Right now there is a PolyLLVM flag that chooses which entry point (i.e., main function) to use.

Normally, though, users expect to be able to choose an entry point when launching a Java program. We could support this by using the first command line argument (of the compiled program) to choose the correct entry point. Using dlsym might even make this easy.

Copied from original issue: gharrma/polyllvm#53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant