[Openmp-commits] [PATCH] D151226: [OpenMP][NFC] clang-format the OpenMP device runtime

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue May 23 09:10:53 PDT 2023


jhuber6 created this revision.
jhuber6 added reviewers: JonChesterfield, tianshilei1992, jdoerfert.
Herald added subscribers: sunshaoce, guansong, yaxunl.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added subscribers: openmp-commits, jplehr, sstefan1.
Herald added a project: OpenMP.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151226

Files:
  openmp/libomptarget/DeviceRTL/include/Types.h
  openmp/libomptarget/DeviceRTL/include/generated_microtask_cases.gen
  openmp/libomptarget/DeviceRTL/src/LibC.cpp
  openmp/libomptarget/DeviceRTL/src/Mapping.cpp
  openmp/libomptarget/DeviceRTL/src/Misc.cpp
  openmp/libomptarget/DeviceRTL/src/Synchronization.cpp
  openmp/libomptarget/DeviceRTL/src/Utils.cpp
  openmp/libomptarget/DeviceRTL/src/Workshare.cpp
  openmp/libomptarget/DeviceRTL/src/exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151226.524756.patch
Type: text/x-patch
Size: 34281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230523/c5cf6e45/attachment-0001.bin>


More information about the Openmp-commits mailing list