[PS4] Clean up some test commentary. NFC

llvm-svn: 269941
This commit is contained in:
Paul Robinson 2016-05-18 15:35:58 +00:00
parent 2cacc35343
commit 0531e3d625
1 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
// REQUIRES: x86-registered-target
// Check that ps4-clang doesn't report a warning message when locating
// Check that PS4 clang doesn't report a warning message when locating
// system header files (either by looking at the value of SCE_ORBIS_SDK_DIR
// or relative to the location of the compiler driver), if "-nostdinc",
// "--sysroot" or "-isysroot" option is specified on the command line.
// Otherwise, check that ps4-clang reports a warning.
// Otherwise, check that PS4 clang reports a warning.
// Check that clang doesn't report a warning message when locating
// Check that PS4 clang doesn't report a warning message when locating
// system libraries (either by looking at the value of SCE_ORBIS_SDK_DIR
// or relative to the location of the compiler driver), if "-c", "-S", "-E",
// "--sysroot", "-nostdlib" or "-nodefaultlibs" option is specified on
// the command line.
// Otherwise, check that ps4-clang reports a warning.
// Otherwise, check that PS4 clang reports a warning.
// setting up SCE_ORBIS_SDK_DIR to existing location, which is not a PS4 SDK.
// Setting up SCE_ORBIS_SDK_DIR to existing location, which is not a PS4 SDK.
// RUN: env SCE_ORBIS_SDK_DIR=.. %clang -Winvalid-or-nonexistent-directory -### -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=WARN-SYS-LIBS -check-prefix=NO-WARN %s
// RUN: env SCE_ORBIS_SDK_DIR=.. %clang -Winvalid-or-nonexistent-directory -### -c -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=NO-WARN %s