For these targets
thumbv6m-none-eabi
thumbv7m-none-eabi
thumbv7em-none-eabi
thumbv7em-none-eabihf
nvptx-nvidia-cuda
msp430-none-elf
msp430x-none-elf
nvptx64-nvidia-cuda
These targets have zero tests in tree. Let's at least test cross compiling core for them to catch LLVM / codegen related regressions.
This would have catched #38824 before it landed in master.
cc @alexcrichton @brson Does a run-make test sounds OK for this? Do we have at least one bot configured with --enable-llvm-assertions?
For these targets
thumbv6m-none-eabithumbv7m-none-eabithumbv7em-none-eabithumbv7em-none-eabihfnvptx-nvidia-cudamsp430-none-elfmsp430x-none-elfnvptx64-nvidia-cudaThese targets have zero tests in tree. Let's at least test cross compiling
corefor them to catch LLVM / codegen related regressions.This would have catched #38824 before it landed in master.
cc @alexcrichton @brson Does a run-make test sounds OK for this? Do we have at least one bot configured with
--enable-llvm-assertions?