r304237 - Add an explicit -std= to test to unbreak on PS4 targets.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue May 30 13:13:34 PDT 2017


Author: rsmith
Date: Tue May 30 15:13:34 2017
New Revision: 304237

URL: http://llvm.org/viewvc/llvm-project?rev=304237&view=rev
Log:
Add an explicit -std= to test to unbreak on PS4 targets.

Modified:
    cfe/trunk/test/Modules/preprocess-unavailable.cpp

Modified: cfe/trunk/test/Modules/preprocess-unavailable.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/preprocess-unavailable.cpp?rev=304237&r1=304236&r2=304237&view=diff
==============================================================================
--- cfe/trunk/test/Modules/preprocess-unavailable.cpp (original)
+++ cfe/trunk/test/Modules/preprocess-unavailable.cpp Tue May 30 15:13:34 2017
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -x c++-module-map %s -fmodule-name=a -verify
+// RUN: %clang_cc1 -x c++-module-map %s -fmodule-name=a -verify -std=c++98
 module a {
   module b {
     requires cplusplus11




More information about the cfe-commits mailing list