[all-commits] [llvm/llvm-project] 47800a: [OpenMP][NFC] clang-format the OpenMP device runtime
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue May 23 09:19:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47800a12dcb4cb6fee395f86cb7a81aa3fb4b932
https://github.com/llvm/llvm-project/commit/47800a12dcb4cb6fee395f86cb7a81aa3fb4b932
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M openmp/libomptarget/DeviceRTL/include/Types.h
M openmp/libomptarget/DeviceRTL/include/generated_microtask_cases.gen
M openmp/libomptarget/DeviceRTL/src/LibC.cpp
M openmp/libomptarget/DeviceRTL/src/Mapping.cpp
M openmp/libomptarget/DeviceRTL/src/Misc.cpp
M openmp/libomptarget/DeviceRTL/src/Synchronization.cpp
M openmp/libomptarget/DeviceRTL/src/Utils.cpp
M openmp/libomptarget/DeviceRTL/src/Workshare.cpp
Log Message:
-----------
[OpenMP][NFC] clang-format the OpenMP device runtime
These files aren't fully formatted. I'm guessing this was a holdover
from when `clang-format` was totally broken for OpenMP offloading.
Format the files to be more consistent.
Reviewed By: tianshilei1992
Differential Revision: https://reviews.llvm.org/D151226
More information about the All-commits
mailing list