1*67e74705SXin Li // RUN: not %clang -target thumbv5-windows -mcpu=arm10tdmi %s -o /dev/null 2>&1 \ 2*67e74705SXin Li // RUN: | FileCheck %s 3*67e74705SXin Li 4*67e74705SXin Li // CHECK: error: the target architecture 'thumbv5' is not supported by the target 'thumbv5--windows-msvc 5*67e74705SXin Li 6