[compiler-rt] [compiler-rt] Add SPIR-V target support for UBSan Minimal Runtime (PR #195979)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 20:04:15 PDT 2026
================
@@ -0,0 +1,76 @@
+
+#include "ubsan_minimal_common.h"
----------------
jhuber6 wrote:
I guess I don't really understand how the SPIR-V build is supposed to work, but why do we have both C libcalls and stuff like __builtin_spirv_num_workgroups(0)? I generally prefer the latter.
https://github.com/llvm/llvm-project/pull/195979
More information about the llvm-commits
mailing list