LLVM: Add source location for bitcast error

This commit is contained in:
Elad
2026-04-03 23:23:00 +03:00
parent ceb2168375
commit aa841ac332
3 changed files with 8 additions and 3 deletions
+4
View File
@@ -493,6 +493,10 @@ inline FT build_function_asm(std::string_view name, F&& builder, ::jit_runtime*
return reinterpret_cast<FT>(uptr(result));
}
#if defined(__INTELLISENSE__) && !defined(LLVM_AVAILABLE)
#define LLVM_AVAILABLE
#endif
#ifdef LLVM_AVAILABLE
namespace llvm