-
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.
Add appropriate LLVM module flags for debug info.
Set "Dwarf Version" to 2 on OS X to avoid toolchain incompatibility, and set "Debug Info Version" to prevent debug info from being stripped from bitcode. Fixes #11352.
- Loading branch information
Showing
3 changed files
with
28 additions
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
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
ea7b20d
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 comex@ea7b20d
ea7b20d
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 comex/rust/11352 = ea7b20d into auto
ea7b20d
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.
comex/rust/11352 = ea7b20d merged ok, testing candidate = b3d10f4
ea7b20d
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/3852
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1694
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1696
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3852
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2952
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2958
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3867
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2955
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2961
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3869
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2955
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2960
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/3029
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/807
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3860
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2961
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2966
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3629
ea7b20d
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 = b3d10f4