We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864ed4e commit 462c17eCopy full SHA for 462c17e
src/device/intrinsics/output.jl
@@ -89,7 +89,6 @@ end
89
log_type = LLVM.ConstantInt(T_int32, __METAL_OS_LOG_TYPE_DEBUG__)
90
arg_size = LLVM.ConstantInt(T_int64, Int64(argsize))
91
92
- # declare void @air.os_log(i8 addrspace(2)*, i8 addrspace(2)*, i32, i8 addrspace(2)*, i8*, i64) local_unnamed_addr #4
93
os_log_fty = LLVM.FunctionType(T_void, [T_pint8a2, T_pint8a2, T_int32, T_pint8a2, T_pint8, T_int64])
94
os_log = LLVM.Function(mod, "air.os_log", os_log_fty)
95
call!(builder, os_log_fty, os_log, [subsystem_str, category_str, log_type, str, buffer, arg_size])
0 commit comments