[llvm] [Offload][NFC] Re-enable clang-format for omptarget.h (PR #152937)
Kevin Sala Penades via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 10 12:33:39 PDT 2025
https://github.com/kevinsala created https://github.com/llvm/llvm-project/pull/152937
None
>From de0ff180dd2ab88d4105ef505a66b8e191dbd943 Mon Sep 17 00:00:00 2001
From: Kevin Sala <salapenades1 at llnl.gov>
Date: Sun, 10 Aug 2025 12:28:11 -0700
Subject: [PATCH] [Offload][NFC] Re-enable clang-format for omptarget.h
---
offload/include/omptarget.h | 2 ++
1 file changed, 2 insertions(+)
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
More information about the llvm-commits
mailing list