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

Factor out compiler commands in test_other.py #11285

Closed
wants to merge 1 commit into from

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented May 29, 2020

This allows for various future improvements, but more more
immediately allows for #11280 to land (because I want to be able
to add -Wno-fastcomp across the board).

This allows for various future improvements, but more more
immediately allows for #11280 to land (because I want to be able
to add `-Wno-fastcomp` across the board.
@sbc100 sbc100 requested a review from kripken May 29, 2020 02:58
@@ -157,13 +157,21 @@ def parse_wasm(filename):


class other(RunnerCore):
# Define the compiler command in a single location. This allows is to add flags, etc, that
Copy link
Member

Choose a reason for hiding this comment

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

is => us

# Define the compiler command in a single location. This allows is to add flags, etc, that
# effect all tests.
# TODO(sbc): In future integrate with RunnerCore emcc_args and settings system.
# TODO(sbc): Use emcc (the sheell script) and emcc.bat rather than assuming emcc.py is a
Copy link
Member

Choose a reason for hiding this comment

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

typo in shell

@sbc100 sbc100 closed this May 29, 2020
@sbc100 sbc100 deleted the factor_out_compiler_command branch May 29, 2020 15:31
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.

2 participants