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

Treat .bc files as source files #20922

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Dec 14, 2023

This matches the behaviour of clang, and means that .ll and .bc files get treated similarly. The modified test here no longer applies since we no longer run nm on linker inputs.

@sbc100 sbc100 requested a review from kripken December 14, 2023 17:47
@sbc100 sbc100 force-pushed the bc_files branch 2 times, most recently from b08c891 to 3a51da0 Compare December 14, 2023 17:49
@sbc100 sbc100 requested a review from dschuff December 14, 2023 17:49
@sbc100
Copy link
Collaborator Author

sbc100 commented Dec 14, 2023

This is part of my ongoing effort to unify the behaviour of clang and emcc

This matches the behaviour of clang, and means that `.ll` and `.bc`
files get treated similarly.  The modified test here no longer applies
since we no longer run `nm` on linker inputs.
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