rust/src/test
Matthias Krüger dab14348e9
Rollup merge of #105026 - oToToT:aarch64-v8a, r=davidtwco
v8a as default aarch64 target

After 8689f5e landed, LLVM takes the intersection of v8a and v8r as default. This commit brings back v8a support by explicitly specifying v8a in the feature list.

This should solve #97724.

p.s. a bit more context can also be found in https://github.com/llvm/llvm-project/issues/57904#issuecomment-1329555590.
2022-12-02 21:22:47 +01:00
..
assembly v8a as default aarch64 target 2022-11-29 14:25:46 +08:00
auxiliary
codegen Auto merge of #105003 - flba-eb:only_windows, r=Mark-Simulacrum 2022-12-01 14:27:34 +00:00
codegen-units Statics used in reachable function's inline asm are reachable 2022-11-28 18:28:05 +01:00
debuginfo Fix pretty-std test 2022-11-27 23:15:55 +01:00
incremental Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
mir-opt Improve spans in custom mir 2022-11-29 19:27:26 -08:00
pretty Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 2022-10-24 19:32:25 +09:00
run-make Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki 2022-11-28 15:42:09 +05:30
run-make-fulldeps run tests on the remote device even when the default address is used 2022-11-17 09:37:41 +01:00
run-pass-valgrind Bless more tests 2022-11-05 18:05:45 +00:00
rustdoc rustdoc: remove fnname CSS class that's styled exactly like fn 2022-11-28 10:51:46 -07:00
rustdoc-gui Rollup merge of #105143 - notriddle:notriddle/scraped-example-list-font, r=GuillaumeGomez 2022-12-02 08:28:12 +01:00
rustdoc-js Add regression test for reexports in search results 2022-10-30 13:58:00 +01:00
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Rollup merge of #105063 - aDotInTheVoid:rdj-dont-assume-core, r=notriddle 2022-11-30 19:53:18 +01:00
rustdoc-ui Remove -Zno-interleave-lints. 2022-12-02 13:59:28 +11:00
ui Auto merge of #104863 - nnethercote:reduce-lint-macros, r=cjgillot 2022-12-02 15:31:15 +00:00
ui-fulldeps Merge builtins into EarlyLintPassObjects. 2022-12-02 15:23:28 +11:00
COMPILER_TESTS.md