brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 6ef0b6f Raw
5 lines · c
1// RUN: %clang -target x86_64-apple-darwin -arch arm64_32 -miphoneos-version-min=8.0 %s -### 2>&1 | FileCheck %s2 3// CHECK: "-cc1"{{.*}} "-triple" "arm64_32-apple-ios8.0.0"4// CHECK: ld{{.*}} "-arch" "arm64_32"5