[llvm] [IGNORE] Test PR to troubleshoot potential CI issue (PR #66650)
Louis Dionne via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 07:19:17 PDT 2023
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/66650
None
>From d9738414ecb3e72ad428d4e6764e570a0cfe902b Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Mon, 18 Sep 2023 10:19:03 -0400
Subject: [PATCH] [IGNORE] Test PR to troubleshoot potential CI issue
---
llvm/include/llvm/Support/Endian.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/llvm/include/llvm/Support/Endian.h b/llvm/include/llvm/Support/Endian.h
index bd6ce54f80c7bfa..0d6cef27824b9be 100644
--- a/llvm/include/llvm/Support/Endian.h
+++ b/llvm/include/llvm/Support/Endian.h
@@ -37,6 +37,9 @@ struct PickAlignment {
enum { value = alignment == 0 ? alignof(T) : alignment };
};
+template <class T>
+void __never_used(T) { }
+
} // end namespace detail
namespace endian {
More information about the llvm-commits
mailing list