]> granicus.if.org Git - clang/commit
[OPENMP][MSVC]Enable /openmp[:experimental] to compile OpenMP.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 22 Jul 2019 16:49:59 +0000 (16:49 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 22 Jul 2019 16:49:59 +0000 (16:49 +0000)
commitdffd3559afa4be1df1991d27d897a079e1724c36
tree7a622da1ddbc9c22919bd46bb14f831946815ca3
parent7f4e0246909e7108b72d2a801f60f04af7612075
[OPENMP][MSVC]Enable /openmp[:experimental] to compile OpenMP.

Mapped /openmp[:experimental] to -fopenmp option and /openmp- option to
-fno-openmp

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366702 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
test/Driver/fopenmp.c