Avoid dead-stripping rust compiler_builtins atoms #135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "glandium/rust"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -1197,3 +1198,3 @@if ( isCompilerSupportLib(atom->safeFilePath()) ) {if ( isCompilerSupportLib(atom->safeFilePath()) || strstr(atom->safeFilePath(), "compiler_builtins") != nullptr ) ) {_deadStripRoots.insert(atom);}Note that I didn't add this check in isCompilerSupportLib because I wasn't sure of the side effects from other code using that function.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.