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 e44c430 commit eeeabc2Copy full SHA for eeeabc2
src/orcv2.jl
@@ -87,7 +87,7 @@ end
87
88
include("executionengine/ts_module.jl")
89
90
-@checked struct LLVMSymbol
+@checked struct LLVMSymbol <: AbstractString
91
ref::API.LLVMOrcSymbolStringPoolEntryRef
92
end
93
Base.unsafe_convert(::Type{API.LLVMOrcSymbolStringPoolEntryRef}, sym::LLVMSymbol) = sym.ref
0 commit comments