Merge commit '61667dedf5
' into sync_cg_clif-2021-09-19
This commit is contained in:
parent
02d3c132ae
commit
5d3b8e7c1b
24 changed files with 332 additions and 294 deletions
|
@ -11,7 +11,7 @@ pushd rust
|
|||
cargo install ripgrep
|
||||
|
||||
rm -r src/test/ui/{extern/,panics/,unsized-locals/,thinlto/,simd*,*lto*.rs,linkage*,unwind-*.rs} || true
|
||||
for test in $(rg --files-with-matches "asm!|catch_unwind|should_panic|lto" src/test/ui); do
|
||||
for test in $(rg --files-with-matches "asm!|catch_unwind|should_panic|lto|// needs-asm-support" src/test/ui); do
|
||||
rm $test
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue