[PATCH] D18708: Set C99 as default C Standard for PS4 target

Yunzhong Gao via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 1 17:41:13 PDT 2016


ygao added a subscriber: ygao.

================
Comment at: test/Driver/ps4-misc-defaults.cpp:10
@@ +9,2 @@
+// RUN: %clang -target x86_64-scei-ps4 -E -x c -dM %s | FileCheck -check-prefix=CHECK-CSTD %s
+// CHECK-CSTD: __STDC_VERSION__ 199901L
----------------
It seems to me that this part of the test, exercising "-E", should be placed under test/Preprocessor, instead of test/Driver.


http://reviews.llvm.org/D18708





More information about the cfe-commits mailing list