[PATCH] D31417: [OpenMP] Add support for omp simd pragmas without runtime
Kelvin Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 6 10:20:49 PDT 2017
kkwli0 added inline comments.
================
Comment at: docs/ClangCommandLineReference.rst:1454
+.. option:: -fopenmp-simd, -fno-openmp-simd
+
----------------
I am not sure if it is target architecture specific or not. If it is, should we be under the target flag instead?
https://reviews.llvm.org/D31417
More information about the cfe-commits
mailing list