rust/src/test/ui/abi
Thomas Lively 2bf59bea48 Upgrade Emscripten targets to use upstream LLVM backend
- Compatible with Emscripten 1.38.46-upstream or later upstream.
 - Refactors the Emscripten target spec to share code with other wasm
   targets.
 - Replaces the old incorrect wasm32 C call ABI with the correct one,
   preserving the old one as wasm32_bindgen_compat for wasm-bindgen
   compatibility.
 - Updates the varargs ABI used by Emscripten and deletes the old one.
 - Removes the obsolete wasm32-experimental-emscripten target.
 - Uses EMCC_CFLAGS on CI to avoid the timeout problems with #63649.
2019-10-16 17:06:48 -07:00
..
auxiliary Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
consts/auxiliary Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
cross-crate Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
extern Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
foreign Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
issues
mir Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
numbers-arithmetic Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
statics Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
struct-enums Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
union Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
abi-sysv64-arg-passing.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
abi-sysv64-register-usage.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
anon-extern-mod.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
c-stack-as-value.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
cabi-int-widening.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
duplicated-external-mods.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
invoke-external-foreign.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
lib-defaults.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
segfault-no-out-of-stack.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
stack-probes-lto.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
stack-probes.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
variadic-ffi.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00