summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/arch-armv7k.c
blob: 190d8999ab6ebbfa1affb72603210e25b2f7255e (plain)
1
2
3
4
5
// Tests that make sure armv7k is mapped to the correct CPU

// RUN: %clang -target x86_64-apple-macosx10.9 -arch armv7k -c %s -### 2>&1 | FileCheck %s
// CHECK: "-cc1"{{.*}} "-target-cpu" "cortex-a7"
// CHECK-NOT: "-fsjlj-exceptions"
OpenPOWER on IntegriCloud