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 56559ec commit 17c5612Copy full SHA for 17c5612
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