rust/src/test
bors 9d69e81e9b Auto merge of #53642 - alexcrichton:fix-target-cpu-native, r=arielb1
Fix warnings about the `native` target-cpu

This fixes a regression from #53031 where specifying `-C target-cpu=native` is
printing a lot of warnings from LLVM about `native` being an unknown CPU. It
turns out that `native` is indeed an unknown CPU and we have to perform a
mapping to an actual CPU name, but this mapping is only performed in one
location rather than all locations we inform LLVM about the target CPU.

This commit centralizes the mapping of `native` to LLVM's value of the native
CPU, ensuring that all locations we inform LLVM about the `target-cpu` it's
never `native`.

Closes #53322
2018-08-29 02:08:02 +00:00
..
auxiliary
codegen Auto merge of #53080 - hermord:rc-opt, r=alexcrichton 2018-08-21 06:40:20 +00:00
codegen-units Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
compile-fail add #[panic_handler]; deprecate #[panic_implementation] 2018-08-23 20:58:55 +02:00
compile-fail-fulldeps Stabilize a few secondary macro features 2018-08-23 01:13:17 +03:00
debuginfo pretty printing for btreemap 2018-08-15 13:48:10 +09:00
incremental mv codemap source_map 2018-08-19 23:01:01 +02:00
incremental-fulldeps
mir-opt merge PointIndexMap and RegionValueElements 2018-08-27 13:57:55 -04:00
parse-fail Suggest try if someone uses do catch 2018-08-19 16:53:42 -07:00
pretty Stabilize 'attr_literals' feature. 2018-08-23 19:06:07 -07:00
run-fail Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
run-fail-fulldeps mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
run-make rustc: Continue to tweak "std internal symbols" 2018-08-26 16:34:14 -07:00
run-make-fulldeps Fix warnings about the native target-cpu 2018-08-28 13:32:11 -07:00
run-pass Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk 2018-08-29 00:02:37 +00:00
run-pass-fulldeps Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
run-pass-valgrind Implement simple codegen for unsized rvalues. 2018-08-19 08:07:33 +09:00
rustdoc Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obk 2018-08-22 17:45:36 +02:00
rustdoc-js Auto merge of #53227 - nivkner:pin_move, r=RalfJung 2018-08-27 22:56:15 +00:00
rustdoc-ui Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb 2018-08-01 21:46:27 +02:00
rustfix
ui Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk 2018-08-29 00:02:37 +00:00
ui-fulldeps Stabilize a few secondary macro features 2018-08-23 01:13:17 +03:00
COMPILER_TESTS.md Link compiler test documentation to rustc-guide 2018-08-10 08:05:48 -06:00