llvm-project/openmp/runtime/cmake
Jonas Hahnfeld 52b87ac32f [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS
All other files are already C++ and the build system has always
passed '-x c++' for C files, effectively compiling them as C++.

To stay warning free we need one fix in ittnotify_static.{c,cpp}:
The variable dll_path can be written to, so it must not be const.
GCC complained with -Wcast-qual and I think it's right.

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

llvm-svn: 367343
2019-07-30 18:37:28 +00:00
..
LibompCheckFortranFlag.cmake Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
LibompCheckLinkerFlag.cmake Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
LibompDefinitions.cmake [OpenMP] Remove OMP spec versioning 2019-07-12 21:45:36 +00:00
LibompExports.cmake [OpenMP] Remove OMP spec versioning 2019-07-12 21:45:36 +00:00
LibompGetArchitecture.cmake [OpenMP] RISCV64 port 2019-07-25 14:36:20 +00:00
LibompHandleFlags.cmake [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS 2019-07-30 18:37:28 +00:00
LibompMicroTests.cmake [OpenMP] RISCV64 port 2019-07-25 14:36:20 +00:00
LibompUtils.cmake [OpenMP] RISCV64 port 2019-07-25 14:36:20 +00:00
config-ix.cmake [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS 2019-07-30 18:37:28 +00:00