xref: /aosp_15_r20/external/clang/test/Driver/ps4-cpu-defaults.cpp (revision 67e74705e28f6214e480b399dd47ea732279e315)
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