[all-commits] [llvm/llvm-project] d10570: [OpenMP][NFC] Create an "OpenMP" folder in the inc...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue Nov 28 15:41:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1057014a184acaa93df0acbf4df37bc5226accd
https://github.com/llvm/llvm-project/commit/d1057014a184acaa93df0acbf4df37bc5226accd
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
A openmp/libomptarget/include/OpenMP/InternalTypes.h
A openmp/libomptarget/include/OpenMP/InteropAPI.h
A openmp/libomptarget/include/OpenMP/omp.h
R openmp/libomptarget/include/interop.h
M openmp/libomptarget/src/CMakeLists.txt
A openmp/libomptarget/src/OpenMP/InteropAPI.cpp
R openmp/libomptarget/src/interop.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
Log Message:
-----------
[OpenMP][NFC] Create an "OpenMP" folder in the include folder (#73713)
Not everything in libomptarget (include) is "OpenMP", but some things
most certainly are. This commit moves some code around to start making
this distinction without the intention to change functionality.
More information about the All-commits
mailing list