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