-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LLVM compilation issues and use the new attrs
This implements #[no_split_stack] and also changes #[fast_ffi] to using the new "fixedstacksegment" string attribute instead of integer attribute.
- Loading branch information
1 parent
d1e4815
commit 7f91e77
Showing
6 changed files
with
34 additions
and
36 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
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
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
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
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
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
7f91e77
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 brson
at alexcrichton@7f91e77
7f91e77
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 alexcrichton/rust/llvm-head = 7f91e77 into auto
7f91e77
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.
alexcrichton/rust/llvm-head = 7f91e77 merged ok, testing candidate = a8c3fe4
7f91e77
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.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/998
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1001
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/107
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/107
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1016
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/107
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/107
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1016
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/107
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/107
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/189
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1001
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/107
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/107
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/787
7f91e77
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.
fast-forwarding master to auto = a8c3fe4