Change source files from .c to .cpp
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Wed, 14 Dec 2016 22:39:11 +0000 (22:39 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Wed, 14 Dec 2016 22:39:11 +0000 (22:39 +0000)
commit7cc577a4efa28c20c4e54011e19e815a9ff5e0ca
treec285406289cdaa612ad7340aac5d98c681dde441
parent52fe1f68c8f405dc5799a640ff275c6afd74ebb1
Change source files from .c to .cpp

Patch by Hansang Bae

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

llvm-svn: 289732
34 files changed:
openmp/runtime/CMakeLists.txt
openmp/runtime/cmake/LibompUtils.cmake
openmp/runtime/src/CMakeLists.txt
openmp/runtime/src/kmp_alloc.cpp [moved from openmp/runtime/src/kmp_alloc.c with 100% similarity]
openmp/runtime/src/kmp_atomic.cpp [moved from openmp/runtime/src/kmp_atomic.c with 100% similarity]
openmp/runtime/src/kmp_csupport.cpp [moved from openmp/runtime/src/kmp_csupport.c with 100% similarity]
openmp/runtime/src/kmp_debug.cpp [moved from openmp/runtime/src/kmp_debug.c with 100% similarity]
openmp/runtime/src/kmp_debugger.cpp [moved from openmp/runtime/src/kmp_debugger.c with 100% similarity]
openmp/runtime/src/kmp_environment.cpp [moved from openmp/runtime/src/kmp_environment.c with 100% similarity]
openmp/runtime/src/kmp_error.cpp [moved from openmp/runtime/src/kmp_error.c with 100% similarity]
openmp/runtime/src/kmp_ftn_cdecl.cpp [moved from openmp/runtime/src/kmp_ftn_cdecl.c with 100% similarity]
openmp/runtime/src/kmp_ftn_extra.cpp [moved from openmp/runtime/src/kmp_ftn_extra.c with 100% similarity]
openmp/runtime/src/kmp_ftn_stdcall.cpp [moved from openmp/runtime/src/kmp_ftn_stdcall.c with 100% similarity]
openmp/runtime/src/kmp_global.cpp [moved from openmp/runtime/src/kmp_global.c with 100% similarity]
openmp/runtime/src/kmp_gsupport.cpp [moved from openmp/runtime/src/kmp_gsupport.c with 100% similarity]
openmp/runtime/src/kmp_i18n.cpp [moved from openmp/runtime/src/kmp_i18n.c with 100% similarity]
openmp/runtime/src/kmp_import.cpp [moved from openmp/runtime/src/kmp_import.c with 100% similarity]
openmp/runtime/src/kmp_io.cpp [moved from openmp/runtime/src/kmp_io.c with 100% similarity]
openmp/runtime/src/kmp_itt.cpp [moved from openmp/runtime/src/kmp_itt.c with 100% similarity]
openmp/runtime/src/kmp_runtime.cpp [moved from openmp/runtime/src/kmp_runtime.c with 100% similarity]
openmp/runtime/src/kmp_settings.cpp [moved from openmp/runtime/src/kmp_settings.c with 100% similarity]
openmp/runtime/src/kmp_str.cpp [moved from openmp/runtime/src/kmp_str.c with 100% similarity]
openmp/runtime/src/kmp_stub.cpp [moved from openmp/runtime/src/kmp_stub.c with 100% similarity]
openmp/runtime/src/kmp_tasking.cpp [moved from openmp/runtime/src/kmp_tasking.c with 100% similarity]
openmp/runtime/src/kmp_taskq.cpp [moved from openmp/runtime/src/kmp_taskq.c with 100% similarity]
openmp/runtime/src/kmp_threadprivate.cpp [moved from openmp/runtime/src/kmp_threadprivate.c with 100% similarity]
openmp/runtime/src/kmp_utility.cpp [moved from openmp/runtime/src/kmp_utility.c with 100% similarity]
openmp/runtime/src/kmp_version.cpp [moved from openmp/runtime/src/kmp_version.c with 100% similarity]
openmp/runtime/src/ompt-general.cpp [moved from openmp/runtime/src/ompt-general.c with 99% similarity]
openmp/runtime/src/ompt-specific.cpp [moved from openmp/runtime/src/ompt-specific.c with 100% similarity]
openmp/runtime/src/tsan_annotations.cpp [moved from openmp/runtime/src/tsan_annotations.c with 100% similarity]
openmp/runtime/src/z_Linux_util.cpp [moved from openmp/runtime/src/z_Linux_util.c with 100% similarity]
openmp/runtime/src/z_Windows_NT-586_util.cpp [moved from openmp/runtime/src/z_Windows_NT-586_util.c with 100% similarity]
openmp/runtime/src/z_Windows_NT_util.cpp [moved from openmp/runtime/src/z_Windows_NT_util.c with 100% similarity]