-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
librustc: Respect #[link_name] on extern statics. Fixes #9270
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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
1ce657a
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 catamorphism
at luqmana@1ce657a
1ce657a
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 luqmana/rust/esln = 1ce657a into auto
1ce657a
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.
luqmana/rust/esln = 1ce657a merged ok, testing candidate = 9e636f1
1ce657a
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/1548
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1551
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/657
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/657
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1567
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/658
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/658
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1567
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/658
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/658
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/739
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1552
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/657
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/658
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1336
1ce657a
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 = 9e636f1