-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add AT_* constants #549
add AT_* constants #549
Conversation
Ah unfortunately CI is acting up, but I'll r+ once we've sorted those issues out. Thanks for the PR though! |
@bors: r+ |
📌 Commit d80660f has been approved by |
💔 Test failed - status-travis |
@bors: retry
…On Mon, Mar 13, 2017 at 8:23 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/libc/builds/210762243>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#549 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95Ez18KRSDKKXyHEPHnjBBBcDUmOBks5rlev-gaJpZM4MbEj8>
.
|
💔 Test failed - status-travis |
@bors: retry |
Ah yes I think nightlies are now fixed so... @bors: retry |
💔 Test failed - status-travis |
c28bf9b
to
bc55352
Compare
@bors: r+ |
📌 Commit bc55352 has been approved by |
💔 Test failed - status-travis |
Aha now that looks like a legitimate error! |
9ec2d31
to
e32d071
Compare
fixed now. |
request for @bors: r+ |
@bors: r+ Thanks! |
📌 Commit 6ddc76a has been approved by |
☀️ Test successful - status-appveyor, status-travis |
* Add wasm32 simd128 intrinsics * test wasm32 simd128 instructions * Run wasm tests like all other tests * use modules instead of types to access wasm simd128 interpretations * generate docs for wasm32-unknown-unknown * fix typo * Enable #[assert_instr] on wasm32 * Shell out to Node's `execSync` to execute `wasm2wat` over our wasm file * Parse the wasm file line-by-line, looking for various function markers and such * Use the `elem` section to build a function pointer table, allowing us to map exactly from function pointer to a function * Avoid losing debug info (the names section) in release mode by stripping `--strip-debug` from `rust-lld`. * remove exclude list from Cargo.toml * fix assert_instr for non-wasm targets * re-format assert-instr changes * add crate that uses assert_instr * Fix instructions having extra quotes * Add assert_instr for wasm memory intrinsics * Remove hacks for git wasm-bindgen * add wasm_simd128 feature * make wasm32 build correctly * run simd128 tests on ci * remove wasm-assert-instr-tests
No description provided.