1 | // REQUIRES: x86-registered-target |
2 | |
3 | // RUN: env SCE_ORBIS_SDK_DIR=%S/Inputs/scei-ps4_tree %clang -target x86_64-scei-ps4 -E -v %s 2>&1 | FileCheck %s --check-prefix=ENVPS4 |
4 | // ENVPS4: Inputs/scei-ps4_tree/target/include{{$}} |
5 | // ENVPS4: Inputs/scei-ps4_tree/target/include_common{{$}} |
6 | |
7 | // RUN: %clang -isysroot %S/Inputs/scei-ps4_tree -target x86_64-scei-ps4 -E -v %s 2>&1 | FileCheck %s --check-prefix=SYSROOTPS4 |
8 | // SYSROOTPS4: "{{[^"]*}}clang{{[^"]*}}" |
9 | // SYSROOTPS4: Inputs/scei-ps4_tree/target/include{{$}} |
10 | // SYSROOTPS4: Inputs/scei-ps4_tree/target/include_common{{$}} |
11 | |