2016-11-16 23:59:28 -06:00
|
|
|
// Tests that compiling for a target which is not installed will result in a helpful
|
|
|
|
// error message.
|
|
|
|
|
2017-02-18 17:28:38 -06:00
|
|
|
// compile-flags: --target=thumbv6m-none-eabi
|
|
|
|
// ignore-arm
|
2020-08-02 10:23:49 -05:00
|
|
|
// needs-llvm-components: arm
|
2016-11-16 23:59:28 -06:00
|
|
|
|
|
|
|
// error-pattern:target may not be installed
|
|
|
|
fn main() { }
|