[llvm] [Offload][NFC] Re-enable clang-format for omptarget.h (PR #152937)

via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 10 12:34:14 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-offload

Author: Kevin Sala Penades (kevinsala)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/152937.diff


1 Files Affected:

- (modified) offload/include/omptarget.h (+2) 


``````````diff
diff --git a/offload/include/omptarget.h b/offload/include/omptarget.h
index 6971780c7bdb5..f1a67dbd2acf5 100644
--- a/offload/include/omptarget.h
+++ b/offload/include/omptarget.h
@@ -269,6 +269,8 @@ struct __tgt_target_non_contig {
   uint64_t Stride;
 };
 
+// clang-format on
+
 #ifdef __cplusplus
 extern "C" {
 #endif

``````````

</details>


https://github.com/llvm/llvm-project/pull/152937


More information about the llvm-commits mailing list