[libcxx-commits] [libcxx] [libc++] Use .set for symbol assignment on Hexagon (PR #211578)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 30 05:34:43 PDT 2026


================
@@ -92,16 +92,22 @@ struct __impl_ref<_Func> {
   [[gnu::visibility("hidden")]] static _Ret __impl_(_Args...);
 };
 
+#    if defined(__hexagon__)
----------------
ldionne wrote:

Can we get CI coverage on Hexagon? Otherwise, this is dead code according to our support policy.

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


More information about the libcxx-commits mailing list