Clang Project

clang_source_code/test/Driver/ps4-cpu-defaults.cpp
1// Check that on the PS4 we default to:
2// -target-cpu btver2 and no exceptions
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