[Openmp-commits] [openmp] 73104ad - [OpenMP][NFC] Move headers into include folder
Johannes Doerfert via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 28 21:53:51 PST 2021
Author: Johannes Doerfert
Date: 2021-12-28T23:53:28-06:00
New Revision: 73104ad65bc07119eb6ed6c1bef7f42e22d459e7
URL: https://github.com/llvm/llvm-project/commit/73104ad65bc07119eb6ed6c1bef7f42e22d459e7
DIFF: https://github.com/llvm/llvm-project/commit/73104ad65bc07119eb6ed6c1bef7f42e22d459e7.diff
LOG: [OpenMP][NFC] Move headers into include folder
Added:
openmp/libomptarget/include/device.h
openmp/libomptarget/include/rtl.h
Modified:
Removed:
openmp/libomptarget/src/device.h
openmp/libomptarget/src/rtl.h
################################################################################
diff --git a/openmp/libomptarget/src/device.h b/openmp/libomptarget/include/device.h
similarity index 100%
rename from openmp/libomptarget/src/device.h
rename to openmp/libomptarget/include/device.h
diff --git a/openmp/libomptarget/src/rtl.h b/openmp/libomptarget/include/rtl.h
similarity index 100%
rename from openmp/libomptarget/src/rtl.h
rename to openmp/libomptarget/include/rtl.h
More information about the Openmp-commits
mailing list