]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #69248 - jonas-schievink:thumb-fp, r=japaric
authorDylan DPC <dylan.dpc@gmail.com>
Wed, 19 Feb 2020 17:12:10 +0000 (18:12 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2020 17:12:10 +0000 (18:12 +0100)
commitc6ad1e2c2a0c7e48537617d36085f866fa6a65a3
treebe48e18ea454b74ff25c23ea6920b2190ccbd0ac
parent1761b39fb0da5a9b1ebd1b78bf6bc7109c63caf9
parent27cfb2b9c2baacc7110cd73a96d0989b73e2a597
Rollup merge of #69248 - jonas-schievink:thumb-fp, r=japaric

Don't eliminate frame pointers on thumb targets

This should hopefully fix issues https://github.com/rust-lang/rust/issues/69231 and https://github.com/rust-embedded/cortex-m-rt/issues/139.

~~I couldn't test this locally as the rustc I produced does not create binaries (no idea why).~~ Resolved.