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

Allows parsing debug information in the .S files #544

Merged
merged 1 commit into from
May 27, 2016

Conversation

yurydelendik
Copy link
Contributor

(Portion of #347)

The patch allows parsing of the debug information, but currently it ignores/skips it. This will allows parse files with -asm-verbose=true too.

@@ -36,4 +36,7 @@
# define WASM_UNREACHABLE() abort()
#endif

#define WASM_UNUSED(expr) \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this wasn't obvious to me what it does, please add a comment

Currently it ignores this information. Also it allows parse files with -asm-verbose=true.
@yurydelendik
Copy link
Contributor Author

Added comment for the WASM_UNUSED macro, fixed debug.s tests output, and addressed size and auto type nits.

@yurydelendik yurydelendik merged commit 0ffa458 into WebAssembly:master May 27, 2016
@kripken
Copy link
Member

kripken commented May 27, 2016

Thanks!

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.

3 participants