Skip to content

adapt native-link-modifier-bundle test no not emit LLVM bitcode#98424

Closed
krasimirgg wants to merge 2 commits intorust-lang:masterfrom
krasimirgg:master
Closed

adapt native-link-modifier-bundle test no not emit LLVM bitcode#98424
krasimirgg wants to merge 2 commits intorust-lang:masterfrom
krasimirgg:master

Conversation

@krasimirgg
Copy link
Contributor

No functional changes intended.
This updates the test case to not embed LLVM bitcode.
This fixes a test failure over at the experimental build of rustc with HEAD LLVM:
https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/11144#01814d0f-a46a-4c19-91cf-41e720edb6f9/684-691.

The issue is that this test uses the system nm, which may not be recent
enough to understand the bitcode produced by rustc when compiled against HEAD LLVM.

Similar to what we did for another test in #94023. Note that we did another thing there, replaced nm with llvm-nm. I decided to not replace nm with llvm-nm here as that was a thing specifically changed in the original PR introducing this test: #95818 (comment).

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants