[PATCH] D19071: [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 26 07:38:05 PDT 2016
Anastasia added inline comments.
================
Comment at: test/Preprocessor/predefined-macros.c:180
@@ +179,3 @@
+// CHECK-CL20: #define __OPENCL_C_VERSION__ 200
+// CHECK-FRM: #define __FAST_RELAXED_MATH__ 1
+
----------------
Could we also add CHECK-NOT for all the above cases to make sure FAST_RELAXED_MATH doesn't appear there.
http://reviews.llvm.org/D19071
More information about the cfe-commits
mailing list