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

Alexey Bataev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WONTFIX

--- Comment #1 from Alexey Bataev <[email protected]> ---
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to