llvm-for-llvmta/tools/clang/test/Driver/macos-apple-silicon-slice-l...

7 lines
308 B
C++
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang -### -arch arm64 -mmacosx-version-min=10.7 %s 2>&1 | FileCheck -check-prefix=ARM64-10_7 %s
// RUN: %clang -### -arch x86_64 -mmacosx-version-min=10.7 %s 2>&1 | FileCheck -check-prefix=x86_64-10_7 %s
// REQUIRES: system-darwin
// ARM64-10_7-NOT: -lcrt1.10.6.o
// x86_64-10_7: -lcrt1.10.6.o