1 // Check that on the PS4 we default to:
2 // -target-cpu btver2, no exceptions and not -tune-cpu generic
3
4 // RUN: %clang -target x86_64-scei-ps4 -c %s -### 2>&1 | FileCheck %s
5 // CHECK: "-target-cpu" "btver2"
6 // CHECK-NOT: exceptions
7 // CHECK-NOT: "-tune-cpu"
8