-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable ARM ehabi when building without landing pads
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abc8372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from alexcrichton
at bharrisau@abc8372
abc8372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging bharrisau/rust/arm-no-landing = abc8372 into auto
abc8372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bharrisau/rust/arm-no-landing = abc8372 merged ok, testing candidate = 87c3ab15
abc8372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/932
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/3977
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1819
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1821
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3977
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/3077
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/3083
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3992
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/3080
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/3086
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3994
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/3080
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/3085
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/3154
exception: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3985
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/3086
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/3091
exception: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3754
abc8372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fails the android target on the no-landing-pads test trying to unwind the stack. I'll have a look through LLVM and see what is up.