[llvm-bugs] [Bug 42298] -fopenmp-simd is incorrectly required for _OPENMP to be defined to 201511

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jun 21 06:35:44 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42298

Alexey Bataev <a.bataev at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |a.bataev at hotmail.com
         Resolution|---                         |WONTFIX

--- Comment #1 from Alexey Bataev <a.bataev at hotmail.com> ---
This is not a bug. By default, clang supports OpenMP 3.1. You can use
-fopenmp-version={31,40,45] to specify the required version of the OpenMP
explicitly.
-fopenmp-simd and -fopenmp-targets bump the supported version automatically to
OpenMP 4.5.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190621/aff4dcfb/attachment.html>


More information about the llvm-bugs mailing list