Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / macos-apple-silicon-slice-link-libs-darwin-only.cpp
blobf622016e2b16930ca60dd361c469a6426028f02c
1 // RUN: %clang -### -target arm64-apple-darwin -arch arm64 -mmacosx-version-min=10.7 %s 2>&1 | FileCheck -check-prefix=ARM64-10_7 %s
2 // RUN: %clang -### -target x86_64-apple-darwin10 -arch x86_64 -mmacosx-version-min=10.7 %s 2>&1 | FileCheck -check-prefix=x86_64-10_7 %s
3 // REQUIRES: system-darwin
5 // ARM64-10_7-NOT: -lcrt1.10.6.o
6 // x86_64-10_7: -lcrt1.10.6.o