Skip to content

Conversation

@brendandahl
Copy link
Collaborator

Fixes #22618

@brendandahl brendandahl requested a review from sbc100 September 26, 2024 18:55
return ret
shutil.copyfile(ret[0], ret[0] + '.bc')
ret[0] += '.bc'
shutil.copyfile(ret[0], ret[0] + '.o')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Isn't the extension already .o?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch, i don't really get why it was doing the copy. Seems to work fine without it.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Historical reasons I'm sure.

@brendandahl brendandahl merged commit 10a67f2 into emscripten-core:main Sep 26, 2024
1 of 2 checks passed
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.

Lua benchmarks fail to compile

2 participants