xref: /aosp_15_r20/external/clang/test/Driver/windows-arm-minimal-arch.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: not %clang -target thumbv5-windows -mcpu=arm10tdmi %s -o /dev/null 2>&1 \
2 // RUN:   | FileCheck %s
3 
4 // CHECK: error: the target architecture 'thumbv5' is not supported by the target 'thumbv5--windows-msvc
5 
6