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

Brian Cain via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 31 07:45:35 PDT 2026


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

Can I add it like the existing libc++ Github workflows I see triggered here or do I have to provide the infrastructure/runners on which to run the CI?

If I don't need to request hardware I am confident I can add the coverage without delay.

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


More information about the libcxx-commits mailing list