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

Add emit command-line option #580

Merged
merged 1 commit into from Nov 3, 2017
Merged

Add emit command-line option #580

merged 1 commit into from Nov 3, 2017

Conversation

tiehuis
Copy link
Member

@tiehuis tiehuis commented Nov 3, 2017

The only change versus the previous commit is adding an enum to zig_llvm.hpp to pass along the type we want to emit. This is a bit clearer than the former (quite ugly) method of using another boolean parameter.

Adds output generation for the following formats:

  • binary
  • assembly
  • llvm ir

Closes #571.

Adds output generation for the following formats:
 - binary
 - assembly
 - llvm ir

Closes #571.
@andrewrk andrewrk merged commit 795703a into master Nov 3, 2017
@andrewrk andrewrk deleted the emit-addition branch November 3, 2017 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants