[OpenMP] Remove OMP spec versioning
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Fri, 12 Jul 2019 21:45:36 +0000 (21:45 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Fri, 12 Jul 2019 21:45:36 +0000 (21:45 +0000)
commite4b4f994d2f6a090694276b40d433dc1a58beb24
tree9b652f3db2787e6c8f18aa74d87eedd890ed0a64
parent603580216f0aa387b0d4c01b8d2f05873e6a98e2
[OpenMP] Remove OMP spec versioning

Remove all older OMP spec versioning from the runtime and build system.

Patch by Terry Wilmarth

Differential Revision: https://reviews.llvm.org/D64534

llvm-svn: 365963
63 files changed:
openmp/README.rst
openmp/runtime/CMakeLists.txt
openmp/runtime/cmake/LibompDefinitions.cmake
openmp/runtime/cmake/LibompExports.cmake
openmp/runtime/cmake/LibompHandleFlags.cmake
openmp/runtime/src/CMakeLists.txt
openmp/runtime/src/dllexports
openmp/runtime/src/include/30/omp.h.var [deleted file]
openmp/runtime/src/include/30/omp_lib.f.var [deleted file]
openmp/runtime/src/include/30/omp_lib.f90.var [deleted file]
openmp/runtime/src/include/30/omp_lib.h.var [deleted file]
openmp/runtime/src/include/40/omp.h.var [deleted file]
openmp/runtime/src/include/40/omp_lib.f.var [deleted file]
openmp/runtime/src/include/40/omp_lib.f90.var [deleted file]
openmp/runtime/src/include/40/omp_lib.h.var [deleted file]
openmp/runtime/src/include/45/omp.h.var [deleted file]
openmp/runtime/src/include/45/omp_lib.f.var [deleted file]
openmp/runtime/src/include/45/omp_lib.f90.var [deleted file]
openmp/runtime/src/include/45/omp_lib.h.var [deleted file]
openmp/runtime/src/include/omp-tools.h.var [moved from openmp/runtime/src/include/50/omp-tools.h.var with 99% similarity]
openmp/runtime/src/include/omp.h.var [moved from openmp/runtime/src/include/50/omp.h.var with 99% similarity]
openmp/runtime/src/include/omp_lib.f.var [moved from openmp/runtime/src/include/50/omp_lib.f.var with 99% similarity]
openmp/runtime/src/include/omp_lib.f90.var [moved from openmp/runtime/src/include/50/omp_lib.f90.var with 99% similarity]
openmp/runtime/src/include/omp_lib.h.var [moved from openmp/runtime/src/include/50/omp_lib.h.var with 99% similarity]
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_affinity.cpp
openmp/runtime/src/kmp_alloc.cpp
openmp/runtime/src/kmp_atomic.cpp
openmp/runtime/src/kmp_atomic.h
openmp/runtime/src/kmp_barrier.cpp
openmp/runtime/src/kmp_cancel.cpp
openmp/runtime/src/kmp_config.h.cmake
openmp/runtime/src/kmp_csupport.cpp
openmp/runtime/src/kmp_debugger.cpp
openmp/runtime/src/kmp_dispatch.cpp
openmp/runtime/src/kmp_dispatch.h
openmp/runtime/src/kmp_dispatch_hier.h
openmp/runtime/src/kmp_ftn_entry.h
openmp/runtime/src/kmp_ftn_os.h
openmp/runtime/src/kmp_global.cpp
openmp/runtime/src/kmp_gsupport.cpp
openmp/runtime/src/kmp_omp.h
openmp/runtime/src/kmp_os.h
openmp/runtime/src/kmp_runtime.cpp
openmp/runtime/src/kmp_sched.cpp
openmp/runtime/src/kmp_settings.cpp
openmp/runtime/src/kmp_settings.h
openmp/runtime/src/kmp_stub.cpp
openmp/runtime/src/kmp_stub.h
openmp/runtime/src/kmp_taskdeps.cpp
openmp/runtime/src/kmp_taskdeps.h
openmp/runtime/src/kmp_tasking.cpp
openmp/runtime/src/kmp_version.cpp
openmp/runtime/src/kmp_wait_release.h
openmp/runtime/src/ompt-event-specific.h
openmp/runtime/src/ompt-internal.h
openmp/runtime/src/z_Linux_util.cpp
openmp/runtime/src/z_Windows_NT_util.cpp
openmp/runtime/test/affinity/format/lit.local.cfg
openmp/runtime/test/lit.cfg
openmp/runtime/test/lit.site.cfg.in
openmp/runtime/test/ompt/misc/control_tool_no_ompt_support.c
openmp/runtime/test/tasking/kmp_task_reduction_nest.cpp