[libc-commits] [libc] [libc] Add bare-metal Hexagon port (PR #217528)
via libc-commits
libc-commits at lists.llvm.org
Fri Aug 28 07:52:36 PDT 2026
================
@@ -13,6 +13,8 @@
#include "linux/signal-macros.h"
#elif defined(__NVPTX__) || defined(__AMDGPU__) || defined(__SPIRV__)
#include "gpu/signal-macros.h"
+#else
----------------
quic-k wrote:
I realize signal is not really needed for now, so I am just going to remove it
https://github.com/llvm/llvm-project/pull/217528
More information about the libc-commits
mailing list