r269941 - [PS4] Clean up some test commentary. NFC
Paul Robinson via cfe-commits
cfe-commits at lists.llvm.org
Wed May 18 08:35:59 PDT 2016
Author: probinson
Date: Wed May 18 10:35:58 2016
New Revision: 269941
URL: http://llvm.org/viewvc/llvm-project?rev=269941&view=rev
Log:
[PS4] Clean up some test commentary. NFC
Modified:
cfe/trunk/test/Driver/ps4-sdk-root.c
Modified: cfe/trunk/test/Driver/ps4-sdk-root.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/ps4-sdk-root.c?rev=269941&r1=269940&r2=269941&view=diff
==============================================================================
--- cfe/trunk/test/Driver/ps4-sdk-root.c (original)
+++ cfe/trunk/test/Driver/ps4-sdk-root.c Wed May 18 10:35:58 2016
@@ -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
More information about the cfe-commits
mailing list