brintos

brintos / llvm-project-archived public Read only

0
0
Text · 363 B · 9f96188 Raw
7 lines · cpp
1// RUN: %clang -### -target arm64-apple-darwin -arch arm64 -mmacos-version-min=10.7 %s 2>&1 | FileCheck -check-prefix=ARM64-10_7 %s2// RUN: %clang -### -target x86_64-apple-darwin10 -arch x86_64 -mmacos-version-min=10.7 %s 2>&1 | FileCheck -check-prefix=x86_64-10_7 %s3// REQUIRES: system-darwin4 5// ARM64-10_7-NOT: -lcrt1.10.6.o6// x86_64-10_7:    -lcrt1.10.6.o7