about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/scripts/tests.sh
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2021-02-01 14:29:47 +0100
committerGitHub <noreply@github.com>2021-02-01 14:29:47 +0100
commitb3339ab8283d173ffd4bcbacaf799b50d3dbcdff (patch)
treedb6e26df4f3f761d8665e34c32c92de38adeacf1 /compiler/rustc_codegen_cranelift/scripts/tests.sh
parent26222272080d179b4f0a5ffe057d07d7341de041 (diff)
parent27855331e8fc27163bac49c9dc10ab0fe6a04d5a (diff)
downloadrust-b3339ab8283d173ffd4bcbacaf799b50d3dbcdff.tar.gz
rust-b3339ab8283d173ffd4bcbacaf799b50d3dbcdff.zip
Rollup merge of #81618 - bjorn3:sync_cg_clif-2021-02-01, r=bjorn3
Sync rustc_codegen_cranelift

The highlight of this sync are abi compatibility with cg_llvm allowing mixing of cg_clif and cg_llvm compiled crates and switching to the x64 cranelift backend based on the new backend framework.

r? ``@ghost``

``@rustbot`` label +A-codegen +A-cranelift +T-compiler
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts/tests.sh')
-rwxr-xr-xcompiler/rustc_codegen_cranelift/scripts/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/tests.sh b/compiler/rustc_codegen_cranelift/scripts/tests.sh
index a61774f479e..d37b57babe6 100755
--- a/compiler/rustc_codegen_cranelift/scripts/tests.sh
+++ b/compiler/rustc_codegen_cranelift/scripts/tests.sh
@@ -3,7 +3,7 @@
 set -e
 
 source build/config.sh
-export CG_CLIF_INCR_CACHE_DISABLED=1
+source scripts/ext_config.sh
 MY_RUSTC="$RUSTC $RUSTFLAGS -L crate=target/out --out-dir target/out -Cdebuginfo=2"
 
 function no_sysroot_tests() {