mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
Testcase for PS4 target defaults (from r227215 and r227219)
llvm-svn: 227343
This commit is contained in:
parent
7e0255c769
commit
22e7635dc5
7
clang/test/Driver/ps4-cpu-defaults.cpp
Normal file
7
clang/test/Driver/ps4-cpu-defaults.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
// Check that on the PS4 we default to:
|
||||
// -target-cpu btver2, -momit-leaf-frame-pointer, and no exceptions
|
||||
|
||||
// RUN: %clang -target x86_64-scei-ps4 -c %s -### 2>&1 | FileCheck %s
|
||||
// CHECK: "-target-cpu" "btver2"
|
||||
// CHECK: -momit-leaf-frame-pointer
|
||||
// CHECK-NOT: exceptions
|
Loading…
x
Reference in New Issue
Block a user