[compiler-rt] [compiler-rt] Add SPIR-V target support for UBSan Minimal Runtime (PR #195979)
Victor Mustya via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 20:01:59 PDT 2026
================
@@ -0,0 +1,76 @@
+
+#include "ubsan_minimal_common.h"
----------------
vmustya wrote:
The `__spirv_*` functions are actually the compiler built-ins for the SPIRV target. So, I'm not sure I understand how we could improve the built-ins.
https://github.com/llvm/llvm-project/pull/195979
More information about the llvm-commits
mailing list