xref: /llvm-project/clang/test/Driver/darwin-mac-catalyst-32bit-not-supported.c (revision f39c399d9d15efe8309d8aa3d0ecf62205e6c474)
1 // RUN: not %clang --target=i386-apple-ios13.1-macabi -c -### %s 2>&1 \
2 // RUN:   | FileCheck %s
3 
4 // CHECK: error: 32-bit targets are not supported when building for Mac Catalyst
5