about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-02-09 14:12:59 +0000
committerbors <bors@rust-lang.org>2023-02-09 14:12:59 +0000
commit8cca42a47f5d574c8f7302c98c3f918cdc772fbb (patch)
tree539e78dca393e9cdc1b0fe857c772a6a427b7e0e /compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
parent5919f62cf6681979cb5401d3907445f14d27ec8f (diff)
parente25566e20b079b7eae57518768dee44fb53c8cbb (diff)
downloadrust-8cca42a47f5d574c8f7302c98c3f918cdc772fbb.tar.gz
rust-8cca42a47f5d574c8f7302c98c3f918cdc772fbb.zip
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
Sync rustc_codegen_cranelift

* Couple of bugfixes
* A significant runtime perf improvement
* Implemented sym and const support for inline asm
* Improved self profile integration

r? `@ghost`

`@rustbot` label +A-codegen +A-cranelift +T-compiler
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh')
-rwxr-xr-xcompiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
index 07c9ae6ee9f..e14a129dbc2 100755
--- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
+++ b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
@@ -91,6 +91,7 @@ rm tests/ui/proc-macro/proc-macro-deprecated-attr.rs # same
 rm tests/ui/proc-macro/quote-debug.rs # same
 rm tests/ui/proc-macro/no-missing-docs.rs # same
 rm tests/ui/rust-2018/proc-macro-crate-in-paths.rs # same
+rm tests/ui/proc-macro/allowed-signatures.rs # same
 
 # doesn't work due to the way the rustc test suite is invoked.
 # should work when using ./x.py test the way it is intended