[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
Wed May 6 09:45:58 PDT 2026


================
@@ -0,0 +1,76 @@
+
+#include "ubsan_minimal_common.h"
----------------
vmustya wrote:

I've updated the file to use the `__builtin_spirv_*` functions when it's possible. Still, the `__spirv_AbortKHR(...)` is used, because it's handled by the backend. https://github.com/llvm/llvm-project/pull/195979/commits/85544438d337bff1a50026b36db51f60fa0ba081

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


More information about the llvm-commits mailing list