Filipe Cabecinhas | 22e7635 | 2015-01-28 18:49:45 +0000 | [diff] [blame] | 1 | // Check that on the PS4 we default to: |
Filipe Cabecinhas | 3455c4d | 2015-01-30 18:25:48 +0000 | [diff] [blame] | 2 | // -target-cpu btver2 and no exceptions |
Filipe Cabecinhas | 22e7635 | 2015-01-28 18:49:45 +0000 | [diff] [blame] | 3 | |
4 | // RUN: %clang -target x86_64-scei-ps4 -c %s -### 2>&1 | FileCheck %s | ||||
5 | // CHECK: "-target-cpu" "btver2" | ||||
Filipe Cabecinhas | 22e7635 | 2015-01-28 18:49:45 +0000 | [diff] [blame] | 6 | // CHECK-NOT: exceptions |