about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-08-29 02:08:02 +0000
committerbors <bors@rust-lang.org>2018-08-29 02:08:02 +0000
commit9d69e81e9b400805b0453b9262958c8e28faa8a0 (patch)
treea2683e57d8b6c9eaf1044fe7b6d6b8389c7ff532 /src/liballoc_system
parentf1d02c307348057fd0554ad934006b186f8b6826 (diff)
parent1fd45a13dee17701fc0aeaa847c1919d485d09fd (diff)
downloadrust-9d69e81e9b400805b0453b9262958c8e28faa8a0.tar.gz
rust-9d69e81e9b400805b0453b9262958c8e28faa8a0.zip
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
Diffstat (limited to 'src/liballoc_system')
0 files changed, 0 insertions, 0 deletions