Uh oh!
There was an error while loading. Please reload this page.
Update compiler-builtins and use it in the 128-bit lowering MIR test - #46290
Conversation
There was a problem hiding this comment.
This feature attribute can be removed now.
nagisa
commented
Nov 27, 2017
r? @nagisa |
bors
commented
Nov 28, 2017
☔ The latest upstream changes (presumably #46142) made this pull request unmergeable. Please resolve the merge conflicts. |
9fb05b3 to
c80fee2Comparenagisa
commented
Nov 28, 2017
@bors r+ |
bors
commented
Nov 28, 2017
📌 Commit c80fee2 has been approved by |
bors
commented
Nov 29, 2017
⌛ Testing commit c80fee2 with merge 47e2cd3b8b0132edd39291a88110a2789157e6e2... |
bors
commented
Nov 29, 2017
💔 Test failed - status-travis |
scottmcm
commented
Nov 29, 2017
I don't think I caused this? [00:12:56] In file included from /Users/travis/build/rust-lang/rust/src/llvm/lib/Support/ThreadPool.cpp:14:
[00:12:56] In file included from /Users/travis/build/rust-lang/rust/src/llvm/include/llvm/Support/ThreadPool.h:30:
[00:12:56] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:1447:23: error: 'future_error' is unavailable: introduced in macOS 10.8
[00:12:56] future_error(make_error_code(future_errc::broken_promise))
[00:12:56] ^
[00:12:56] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:502:63: note: 'future_error' has been explicitly marked unavailable here
[00:12:56] class_LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error
[00:12:56] ^
[00:12:56] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:1621:23: error: 'future_error' is unavailable: introduced in macOS 10.8
[00:12:56] future_error(make_error_code(future_errc::broken_promise))
[00:12:56] ^
[00:12:56] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:502:63: note: 'future_error' has been explicitly marked unavailable here
[00:12:56] class_LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error
[00:12:56] ^
[00:12:56] 2 errors generated. |
nagisa
commented
Nov 29, 2017
via email
@bors retry
Let's see what happens. I doubt it is this patch as well. …On Nov 29, 2017 7:23 AM, "scottmcm" ***@***.***> wrote:
I don't think I caused this?
[00:12:56] In file included from /Users/travis/build/rust-lang/rust/src/llvm/lib/Support/ThreadPool.cpp:14:
[00:12:56] In file included from /Users/travis/build/rust-lang/rust/src/llvm/include/llvm/Support/ThreadPool.h:30:
[00:12:56] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:1447:23: error: 'future_error' is unavailable: introduced in macOS 10.8
[00:12:56] future_error(make_error_code(future_errc::broken_promise))
[00:12:56] ^
[00:12:56] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:502:63: note: 'future_error' has been explicitly marked unavailable here
[00:12:56] class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error
[00:12:56] ^
[00:12:56] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:1621:23: error: 'future_error' is unavailable: introduced in macOS 10.8
[00:12:56] future_error(make_error_code(future_errc::broken_promise))
[00:12:56] ^
[00:12:56] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/future:502:63: note: 'future_error' has been explicitly marked unavailable here
[00:12:56] class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error
[00:12:56] ^
[00:12:56] 2 errors generated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#46290 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AApc0gwjM3WyYn6Oz6t88F3SusacO3daks5s7Oo-gaJpZM4Qq_qk>
.
|
bors
commented
Nov 29, 2017
⌛ Testing commit c80fee2 with merge fe78375574f2c9372a0140222773ec6a65067654... |
scottmcm
commented
Nov 29, 2017
I should have looked at the queue; it seems to be a systemic thing as all the last 8 PRs failed on xcode 7.3: https://travis-ci.org/rust-lang/rust/builds |
bors
commented
Nov 29, 2017
💔 Test failed - status-travis |
kennytm
commented
Nov 29, 2017
@bors retry — travis-ci/travis-ci#8821 |
…s, r=nagisa Update compiler-builtins and use it in the 128-bit lowering MIR test This picks up the lang item implementations from rust-lang/compiler-builtins#210 cc rust-lang#45676@est31@nagisa
…s, r=nagisa Update compiler-builtins and use it in the 128-bit lowering MIR test This picks up the lang item implementations from rust-lang/compiler-builtins#210 cc rust-lang#45676@est31@nagisa
…s, r=nagisa Update compiler-builtins and use it in the 128-bit lowering MIR test This picks up the lang item implementations from rust-lang/compiler-builtins#210 cc rust-lang#45676@est31@nagisa
…s, r=nagisa Update compiler-builtins and use it in the 128-bit lowering MIR test This picks up the lang item implementations from rust-lang/compiler-builtins#210 cc rust-lang#45676@est31@nagisa
Tests from this PR caused the latest rollup to fail in asm.js due to
Details@bors r- |
nagisa
commented
Dec 1, 2017
T_T @scottmcm one of the ideas on how to deal with targets as broken as this was to:
I think the ideal place to do that is in the same place where ABI is handled. Do you agree @eddyb? |
For now, ignore the tests for emscripten targets altogether. The issue seems to be not present in the LLVM 5.0 WASM target. |
c80fee2 to
ad2a8e8Comparescottmcm
commented
Dec 3, 2017
Updated; let me know if |
nagisa
commented
Dec 3, 2017
@bors r+ |
bors
commented
Dec 3, 2017
📌 Commit c0654ce has been approved by |
bors
commented
Dec 3, 2017
Update compiler-builtins and use it in the 128-bit lowering MIR test This picks up the lang item implementations from rust-lang/compiler-builtins#210 cc #45676@est31@nagisa
bors
commented
Dec 3, 2017
☀️ Test successful - status-appveyor, status-travis |
This picks up the lang item implementations from rust-lang/compiler-builtins#210
cc #45676@est31@nagisa